Add Update System playbook

This commit is contained in:
2025-01-26 16:38:19 +01:00
parent 9df81e0b24
commit 912ba4da24
+12
View File
@@ -0,0 +1,12 @@
- name: install docker
hosts: all
tasks:
- name: Apt Update
shell: apt update
- name: Apt Full Upgrade
shell: apt full-upgrade
- name: Apt Autoremove
shell: apt autoremove