network: Avoid duplicate runs
This commit is contained in:
@@ -5,3 +5,7 @@
|
||||
state: quadlet
|
||||
quadlet_file_mode: "0644"
|
||||
notify: Reload systemd daemon
|
||||
|
||||
- name: Add network to created networks variable
|
||||
ansible.builtin.set_fact:
|
||||
network_created_networks: "{{ network_created_networks | default([]) + [network_name] }}"
|
||||
|
||||
Reference in New Issue
Block a user