update-debian ========= This Role will update a Linux based system and check if a reboot is required. It can also install a prefedined package list if wanted. Example Playbook ---------------- ```yml - hosts: servers roles: - { role: update-system } vars: install: true package_list: - "apt" ``` License ------- MIT