Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 586 Bytes

tobias_richter.apt_upgrade

Build Status

This role performs an apt upgrade and cleans the apt cache afterwards.

Requirements

This role requires Ansible 2.7 or higher.

Role Variables

See defaults/main.yml for the documented role variables.

Example Playbook

This playbook executes a full apt upgrade.

- hosts: apt_upgrade
  roles:
    - role: tobias_richter.apt_upgrade
      apt_upgrade: "full"