ansible/system/update.yml
2026-03-21 17:42:45 +00:00

9 lines
160 B
YAML

- hosts: localhost
tasks:
- name: Update apt cache
apt:
update_cache: yes
- name: Upgrade all packages
apt:
upgrade: dist