Files
awx_update/updateSystem.yml
T
2025-01-26 16:38:19 +01:00

13 lines
209 B
YAML

- 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