klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-11-16 23:39:22 +01:00
parent 138a0b2689
commit 1ce7391ddf
4 changed files with 64 additions and 31 deletions

View File

@@ -16,7 +16,6 @@
ansible.builtin.shell:
cmd: |
apt-mark hold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin
when: inventory_hostname == 'm-server.home.lan'
register: logo
changed_when: "logo.rc == 0"