diff --git a/updateSystem.yml b/updateSystem.yml index e69de29..7df3683 100644 --- a/updateSystem.yml +++ b/updateSystem.yml @@ -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 +