Role to update packages in Linux.
- Ubuntu (tested)
- Arch Linux (tested)
- Redhat (tested)
Available variables are listed below, the default values are in defaults/main.yml:
update_reboot_system: whether to reboot system after update, default is no (bool)
None
Here is an example playbook:
- hosts: all
roles:
- budimanjojo.update
MIT License