network: Avoid duplicate runs
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
name: network
|
||||
vars:
|
||||
network_name: "{{ network }}"
|
||||
when: network_created_networks is not defined or network not in network_created_networks
|
||||
loop: "{{ container_networks }}"
|
||||
loop_control:
|
||||
loop_var: network
|
||||
|
||||
Reference in New Issue
Block a user