moved vars to defaults
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2021-06-26 15:26:33 +02:00
parent 7ef37d5ca7
commit 553486f41f
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
4 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,8 @@
update-debian
=========
This Role will update a Linux based system and check if a reboot is required
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
----------------
@ -10,6 +11,10 @@ Example Playbook
- hosts: servers
roles:
- { role: update-system }
vars:
install: true
package_list:
- "apt"
```
License

View File

@ -1 +1,4 @@
---
install: false
package_list:
- "apt"

View File

@ -1,5 +1 @@
---
install: false
package_list:
- "apt"

View File

@ -1,5 +1,2 @@
---
install: false
package_list:
- "apt"