First patching playbook (WIP)

This commit is contained in:
2026-03-02 11:54:00 +01:00
parent df8eb83dc0
commit e1040ba303
5 changed files with 23 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Patch Debian-family hosts
ansible.builtin.apt:
state: present
update_cache: yes
upgrade: safe
autoremove: yes
autoclean: yes
when: ansible_os_family == 'Debian'
notify: Reboot if required