This commit is contained in:
2025-12-17 10:40:02 +01:00
parent 5e305ed95f
commit 75baca1c9e

View File

@@ -11,7 +11,7 @@
apt-mark hold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin
register: logo
changed_when: "logo.rc == 0"
when: inventory_hostname in ['morefine.home.lan','rack.home.lan']
when: inventory_hostname not in ['morefine.home.lan','rack.home.lan']
- name: Upgrade the full OS
ansible.builtin.apt: