Robert Kaussow
a5d22b014b
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
190 B
YAML
7 lines
190 B
YAML
---
|
|
__network_restart_command: |-
|
|
nmcli connection reload
|
|
{%- for file in __network_ifcfg | json_query('results[?changed==`true`].dest') %}
|
|
&& nmcli conn up {{ file }}
|
|
{%- endfor %}
|