wulf-ansible/playbooks/patch.yml

13 lines
198 B
YAML
Raw Permalink Normal View History

2026-02-23 11:55:41 -05:00
---
- name: Patch Linux systems
hosts: all
become: true
tasks:
- name: Update apt cache
apt:
update_cache: yes
- name: Upgrade packages
apt:
upgrade: dist