Update update-621.yml

main
nrbishop 2024-05-01 17:01:28 -04:00
parent 6c36f3d7d9
commit 11b5f2ff32
1 changed files with 2 additions and 0 deletions

View File

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