Go to file
Tobias Trabelsi 553486f41f
continuous-integration/drone/push Build is passing Details
moved vars to defaults
2021-06-26 15:26:33 +02:00
defaults moved vars to defaults 2021-06-26 15:26:33 +02:00
files init 2021-01-30 19:50:13 +01:00
handlers init 2021-01-30 19:50:13 +01:00
meta need to update test images. 2021-01-30 20:21:27 +01:00
tasks new drone pipeline 2021-06-26 13:58:43 +02:00
tests arch is on python 3 2021-01-30 20:23:23 +01:00
vars moved vars to defaults 2021-06-26 15:26:33 +02:00
.drone.yml update glibc 2021-06-26 14:47:39 +02:00
README.md moved vars to defaults 2021-06-26 15:26:33 +02:00

README.md

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