mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
rpi_debian.yml: clone-wifi when: discovered_wireless_iface != "none"
This commit is contained in:
parent
aea602b111
commit
566a5e685b
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@
|
|||
systemd:
|
||||
name: clone-wifi
|
||||
state: started
|
||||
when: discovered_wireless_iface != "none"
|
||||
# Whereas sysd-netd-debian.yml uses...
|
||||
# when: wifi_up_down and discovered_wireless_iface != "none"
|
||||
|
||||
- name: Restart the networking service if appropriate
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue