2022-10-10 13:17:16 +00:00
|
|
|
---
|
2022-11-11 20:51:36 +00:00
|
|
|
__network_nmcli: True
|
2022-10-10 13:17:16 +00:00
|
|
|
__network_restart_command: |-
|
2022-10-11 07:48:18 +00:00
|
|
|
nmcli connection reload
|
2022-10-10 13:17:16 +00:00
|
|
|
{%- for file in __network_ifcfg | json_query('results[?changed==`true`].dest') %}
|
2022-10-11 07:48:18 +00:00
|
|
|
&& nmcli conn up {{ file }}
|
2022-10-10 13:17:16 +00:00
|
|
|
{%- endfor %}
|