19 lines
240 B
Markdown
19 lines
240 B
Markdown
|
update-debian
|
||
|
=========
|
||
|
|
||
|
This Role will update a Linux based system and check if a reboot is required
|
||
|
|
||
|
Example Playbook
|
||
|
----------------
|
||
|
|
||
|
```yml
|
||
|
- hosts: servers
|
||
|
roles:
|
||
|
- { role: update-system }
|
||
|
```
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
MIT
|