1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00
This commit is contained in:
Jerry Vonau 2025-01-28 11:23:29 -06:00
parent 178134ba36
commit 00d45099ea

View file

@ -78,7 +78,7 @@
- name: Reload systemd
systemd:
daemon_reload: yes
when: not iiab_lan_iface == "br0"
when: not no_net_restart or not iiab_lan_iface == "br0"
- name: Restart the NetworkManager service
systemd: