Update update/update-linux.yml

This commit is contained in:
djorgensen 2024-09-06 11:47:18 -06:00
parent 88e6543258
commit 5dcd88bd2a

View File

@ -1,7 +1,7 @@
--- ---
- name: Update and upgrade apt packages - name: Update and upgrade apt packages
hosts: all hosts: all
become: true become: yes
tasks: tasks:
- name: Update packages with apt - name: Update packages with apt
when: ansible_pkg_mgr == 'apt' when: ansible_pkg_mgr == 'apt'