mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
1520
This commit is contained in:
parent
178134ba36
commit
00d45099ea
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue