
Update role
Install system and package updates.
The Ansible Update role supports these package managers:
- apt
- yum
- zypper
- dnf
Usage
Configure the role.
update: true
reboot_allowed: true
And include it in your playbook.
- hosts: update
roles:
- role: update