Playbook
This commit is contained in:
parent
451c8fee6e
commit
1caa7659ae
9 changed files with 80 additions and 0 deletions
4
tasks/update.yml
Normal file
4
tasks/update.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- name: Upgrade all packages
|
||||
yum:
|
||||
name: '*'
|
||||
state: latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue