1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2871 from holta/raspios-on-pc

rpi_debian.yml: clone-wifi when: discovered_wireless_iface != "none" — for RaspiOS on PC
This commit is contained in:
A Holt 2021-07-20 22:07:08 -04:00 committed by GitHub
commit d75c1d9b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: