rearrange yml files into separate folders

This commit is contained in:
2026-05-14 14:24:16 +02:00
parent 5afc1c0b0f
commit d5d1d3d80e
4 changed files with 4 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
- name: update shizz
hosts: all
tasks:
- name: Update, upgrade and autoremove
apt:
update_cache: true
upgrade: full
autoremove: true