mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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:
|
systemd:
|
||||||
name: clone-wifi
|
name: clone-wifi
|
||||||
state: started
|
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
|
- name: Restart the networking service if appropriate
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue