xoxys.network/vars/redhat-9.yml

7 lines
190 B
YAML
Raw Normal View History

---
__network_restart_command: |-
2022-10-10 16:17:18 +02:00
nmcli connection reload &&
{%- for file in __network_ifcfg | json_query('results[?changed==`true`].dest') %}
nmcli conn up {{ file }}
{%- endfor %}