create update

This commit is contained in:
2020-10-03 01:13:05 +02:00
parent 560c18ccfd
commit 87ae6663cb
9 changed files with 39 additions and 137 deletions

View File

@ -0,0 +1,5 @@
- name: Update packages using dnf
dnf:
name: "*"
state: latest
autoremove: yes