Linting und Arbeit an Extraction nach Kommsafe
This commit is contained in:
+6
-7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user