Update apt-upgrade.yaml

This commit is contained in:
Alan Moon 2025-02-28 13:18:08 -08:00
parent 7d846b7365
commit bd61e99c9f

View File

@ -1,7 +1,8 @@
- hosts: all
become: true
tasks:
- name: Upgrade All Packages
apt:
apt:
upgrade: yes
update_cache: yes