initial commit

This commit is contained in:
2022-11-04 19:44:59 +01:00
commit 903d690f3b
9 changed files with 146 additions and 0 deletions

13
tasks/main.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- name: "Dist-Upgrade"
apt:
update_cache: yes
upgrade: dist
- name: "Autoremove and cleanup"
apt:
autoremove: yes
clean: yes
when:
- "update_autoremove"