1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #2732 from holta/sysd-netd-debian.yml-comment

sysd-netd-debian.yml & rpi_debian.yml: Restore explanation of hostapd restart
This commit is contained in:
A Holt 2021-04-14 14:03:37 -04:00 committed by GitHub
commit 0f4071837c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@
state: restarted state: restarted
when: iiab_wired_lan_iface is defined when: iiab_wired_lan_iface is defined
- name: Restart hostapd when WiFi is present but not when using WiFi as gateway - name: Restart hostapd when WiFi is present but not when using WiFi as gateway with wifi_up_down False
systemd: systemd:
name: hostapd name: hostapd
state: restarted state: restarted

View file

@ -62,7 +62,7 @@
name: systemd-networkd name: systemd-networkd
state: restarted state: restarted
- name: Restart hostapd when WiFi is present but not when using WiFi as gateway - name: Restart hostapd when WiFi is present but not when using WiFi as gateway with wifi_up_down False
systemd: systemd:
name: hostapd name: hostapd
state: restarted state: restarted