mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-06-29 02:53:07 +00:00
update
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
loop: "{{ reload_interfaces | unique }}"
|
||||
|
||||
- name: Reload interface with nmcli
|
||||
command: nmcli conn up {{ item }}
|
||||
command: nmcli conn up "{{ item }}"
|
||||
loop: "{{ reload_interfaces | unique }}"
|
||||
|
Reference in New Issue
Block a user