Fix a typo.
This commit is contained in:
parent
95429a099f
commit
b7557c74e2
|
@ -10,7 +10,7 @@
|
|||
- name: Initialize the cluster
|
||||
docker_swarm:
|
||||
state: present
|
||||
advertise_addr: '{{ +docker_swarm_manager_advertise_address }}'
|
||||
advertise_addr: '{{ docker_swarm_manager_advertise_address }}'
|
||||
when:
|
||||
- docker_swarm_manager | bool
|
||||
- docker_swarm_manager_main_node | bool
|
||||
|
|
Loading…
Reference in New Issue