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:
commit
0f4071837c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue