This commit is contained in:
2025-11-11 12:59:05 +01:00
parent b910ce940f
commit f0f2ec1abe

View File

@@ -3,7 +3,12 @@
block:
- name: Hold kubeadm
ansible.builtin.dpkg_selections:
name: docker-ce
name:
- docker-ce
- docker-compose-plugin
- docker-ce-rootless-extras
- docker-ce-cli
- docker-buildx-plugin
selection: hold
when: inventory_hostname == 'm-server.home.lan'