This commit is contained in:
ace
2023-09-24 03:48:12 +03:00
parent 8ba560a810
commit 8aa06f4399
8 changed files with 136 additions and 39 deletions

View File

@ -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 }}"