Update update-621.yml

main
nrbishop 2024-05-01 14:22:58 -04:00
parent a6f320a3e9
commit 836a5a9ce9
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
- hosts: all
become: true
become_user: root
become_method: sudo
tasks:
- name: Upgrade the OS (apt-get dist-upgrade)
ansible.builtin.apt:
upgrade: dist
update_cache: true
autoclean: true
autoremove: true