_hostname -> _address.

This commit is contained in:
Andrea Dell'Amico 2021-05-25 21:05:33 +02:00
parent a55f12a350
commit ad90d2f9af
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
cacheable: True
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' ]
- block: