mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-07-20 06:43:08 +00:00
support interface removal
This commit is contained in:
@ -7,3 +7,4 @@
|
||||
- name: Reload interface with nmcli
|
||||
command: nmcli conn up "{{ item }}"
|
||||
loop: "{{ reload_interfaces | unique }}"
|
||||
when: item.state is not defined or item.state != "absent"
|
||||
|
Reference in New Issue
Block a user