Files
updates/proxmox_updates.yaml
T
wjones 941805fcb1 Update proxmox_updates.yaml
change hostname group
2026-04-23 11:57:06 +00:00

15 lines
301 B
YAML

---
- hosts: norebootdebianhosts
tasks:
- name: Update all installed packages using APT module
apt:
name: '*'
state: latest
update_cache: yes
only_upgrade: yes
register: apt_update_status
- name: Remove packages not needed anymore
apt:
autoremove: yes