This commit is contained in:
2025-12-17 10:32:03 +01:00
parent 2ffed0ee15
commit 4d909bdda2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,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 != 'morefine.home.lan'
when: inventory_hostname in ['morefine.home.lan','rack.home.lan']
- name: Upgrade the full OS
ansible.builtin.apt:

View File

@@ -322,4 +322,4 @@
community.docker.docker_plugin:
plugin_name: grafana/loki-docker-driver
alias: loki
state: present
state: enable