Linting und Arbeit an Extraction nach Kommsafe

This commit is contained in:
Tim Schilling
2024-11-25 14:15:19 +01:00
parent b49509f4d8
commit bb0b2f607e
7 changed files with 80 additions and 38 deletions
+6 -7
View File
@@ -3,11 +3,10 @@
hosts: linuxservers
become: true
tasks:
- name: Update and Upgrade System
apt:
update_cache: true
upgrade: true
- name: Update and Upgrade System
apt:
update_cache: true
upgrade: true
- name: Reboot System
reboot:
...
- name: Reboot System
reboot: