fix: fix nmcli reload commands
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9dea3340ae
commit
6868b7fa2d
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
__network_restart_command: |-
|
__network_restart_command: |-
|
||||||
nmcli connection reload &&\
|
nmcli connection reload &&
|
||||||
{%- for file in __network_ifcfg | json_query('results[?changed==`true`].dest') %}
|
{%- for file in __network_ifcfg | json_query('results[?changed==`true`].dest') %}
|
||||||
nmcli conn up {{ file }}
|
nmcli conn up {{ file }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user