_hostname -> _address.
This commit is contained in:
parent
a55f12a350
commit
ad90d2f9af
|
@ -18,7 +18,7 @@
|
||||||
cacheable: True
|
cacheable: True
|
||||||
|
|
||||||
when: docker_swarm_node | bool
|
when: docker_swarm_node | bool
|
||||||
delegate_to: '{{ docker_swarm_manager_main_node_hostname }}'
|
delegate_to: '{{ docker_swarm_manager_main_node_address }}'
|
||||||
tags: [ 'docker', 'docker_swarm' ]
|
tags: [ 'docker', 'docker_swarm' ]
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
Loading…
Reference in New Issue