Add playbooks/patch.yml

This commit is contained in:
lorentz 2026-02-23 11:55:41 -05:00
parent 6ab0956b3e
commit d017523c7e

13
playbooks/patch.yml Normal file
View file

@ -0,0 +1,13 @@
---
- name: Patch Linux systems
hosts: all
become: true
tasks:
- name: Update apt cache
apt:
update_cache: yes
- name: Upgrade packages
apt:
upgrade: dist