fix: add runce_once for network

This commit is contained in:
Adrien Waksberg 2021-12-02 11:31:24 +01:00
parent 66fe8fbf93
commit a505958ba8

View file

@ -20,6 +20,7 @@
loop: '{{ swarm_networks|dict2items }}' loop: '{{ swarm_networks|dict2items }}'
loop_control: loop_control:
label: '{{ item.key }}' label: '{{ item.key }}'
run_once: true
tags: swarm tags: swarm
- name: manage services - name: manage services