xoxys.network/vars/redhat-9.yml

7 lines
191 B
YAML

---
__network_restart_command: |-
nmcli connection reload &&\
{%- for file in __network_ifcfg | json_query('results[?changed==`true`].dest') %}
nmcli conn up {{ file }}
{%- endfor %}