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