Add Update System playbook
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user