This role performs an apt upgrade and cleans the apt cache afterwards.
This role requires Ansible 2.7 or higher.
See defaults/main.yml for the documented role variables.
This playbook executes a full apt upgrade.
- hosts: apt_upgrade
roles:
- role: tobias_richter.apt_upgrade
apt_upgrade: "full"