1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Merge pull request #2398 from jvonau/bug

while testing 2395 - handle no wifi
This commit is contained in:
A Holt 2020-05-09 17:25:40 -04:00 committed by GitHub
commit 4261399ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@
systemd: systemd:
name: clone-wifi name: clone-wifi
state: started state: started
when: wifi_up_down and discovered_wireless_iface != "none"
- name: Restart the systemd-networkd service - name: Restart the systemd-networkd service
systemd: systemd: