xoxys.network/vars/redhat-9.yml

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 %}