This commit is contained in:
Jochen Friedrich 2021-05-18 16:15:42 +02:00
parent 451c8fee6e
commit 1caa7659ae
9 changed files with 80 additions and 0 deletions

4
tasks/update.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Upgrade all packages
yum:
name: '*'
state: latest