Tobias Trabelsi
553486f41f
All checks were successful
continuous-integration/drone/push Build is passing
374 B
374 B
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
- hosts: servers
roles:
- { role: update-system }
vars:
install: true
package_list:
- "apt"
License
MIT