Tobias Trabelsi 93b101ac50
All checks were successful
continuous-integration/drone/push Build is passing
fixed with loop and added vagrant test
2021-08-11 22:04:55 +02:00
2021-01-30 19:50:13 +01:00
2021-01-30 19:50:13 +01:00
2021-01-30 20:21:27 +01:00
2021-06-26 15:26:33 +02:00
2021-08-11 22:01:04 +02:00
2021-06-26 15:26:33 +02:00

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

Description
No description provided
Readme 58 KiB