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

This commit is contained in:
2025-11-11 13:13:13 +01:00
parent 4c121c87f0
commit 138a0b2689

View File

@@ -15,7 +15,7 @@
- name: Add several users
ansible.builtin.shell:
cmd: |
apt-mark unhold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin
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"