Add a missing loop.

This commit is contained in:
Andrea Dell'Amico 2020-10-01 17:48:01 +02:00
parent 65856cbbc4
commit 92fa8ee1d1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
connected:
- 'haproxy_haproxy'
append: yes
with_items: '{{ docker_swarm_haproxy_networks }}'
when: docker_swarm_manager_main_node | bool
tags: [ 'haproxy', 'docker_haproxy', 'docker_swarm', 'docker', 'docker_network' ]