iac/ansible/playbooks/weekly/apt.yml
2025-01-12 22:30:10 -05:00

7 lines
No EOL
112 B
YAML

- hosts: "*"
become: true
tasks:
- name: apt
apt:
update_cache: yes
upgrade: 'yes'