Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-02-22 00:02:53 +01:00
parent 95429a099f
commit b7557c74e2
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
- name: Initialize the cluster - name: Initialize the cluster
docker_swarm: docker_swarm:
state: present state: present
advertise_addr: '{{ +docker_swarm_manager_advertise_address }}' advertise_addr: '{{ docker_swarm_manager_advertise_address }}'
when: when:
- docker_swarm_manager | bool - docker_swarm_manager | bool
- docker_swarm_manager_main_node | bool - docker_swarm_manager_main_node | bool