Add a missing loop.
This commit is contained in:
parent
65856cbbc4
commit
92fa8ee1d1
|
@ -13,6 +13,7 @@
|
||||||
connected:
|
connected:
|
||||||
- 'haproxy_haproxy'
|
- 'haproxy_haproxy'
|
||||||
append: yes
|
append: yes
|
||||||
|
with_items: '{{ docker_swarm_haproxy_networks }}'
|
||||||
|
|
||||||
when: docker_swarm_manager_main_node | bool
|
when: docker_swarm_manager_main_node | bool
|
||||||
tags: [ 'haproxy', 'docker_haproxy', 'docker_swarm', 'docker', 'docker_network' ]
|
tags: [ 'haproxy', 'docker_haproxy', 'docker_swarm', 'docker', 'docker_network' ]
|
||||||
|
|
Loading…
Reference in New Issue