Update update-621.yml

main
nrbishop 2024-05-01 13:49:16 -04:00
parent 82d399f6d7
commit d17565c5cd
1 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
- name: Upgrade the OS (apt-get dist-upgrade)
- hosts: all
become: yes
tasks:
- name: Upgrade the OS (apt-get dist-upgrade)
ansible.builtin.apt:
upgrade: dist