Ignore errors while setting a Swarm worker into the 'active' state.

This commit is contained in:
Andrea Dell'Amico 2026-01-07 18:56:07 +01:00
parent 5332af4e70
commit 79de4d240c
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
docker_node:
hostname: '{{ docker_swarm_worker_hostname }}'
availability: '{{ docker_swarm_node_availability }}'
ignore_errors: true
when: docker_swarm_node | bool
delegate_to: '{{ docker_swarm_manager_main_node_address }}'