This commit is contained in:
2025-04-25 14:26:00 +02:00
parent 153c3a5d1a
commit 5ab8d6cf02

View File

@ -1,3 +1,6 @@
- name: Upgrade
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
block:
- name: Upgrade the full OS - name: Upgrade the full OS
ansible.builtin.apt: ansible.builtin.apt:
upgrade: full upgrade: full