Ignore errors while setting a Swarm worker into the 'active' state.
This commit is contained in:
parent
5332af4e70
commit
79de4d240c
|
|
@ -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 }}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue