From a8df90c3a462bb3cc3f953224b0e3907201f7308 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 14 Apr 2021 13:01:37 -0400 Subject: [PATCH 1/2] network/tasks/rpi_debian.yml: Restore explanation of hostapd restart --- roles/network/tasks/rpi_debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/rpi_debian.yml b/roles/network/tasks/rpi_debian.yml index f31fb8842..c3f40eac9 100644 --- a/roles/network/tasks/rpi_debian.yml +++ b/roles/network/tasks/rpi_debian.yml @@ -68,7 +68,7 @@ state: restarted 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: name: hostapd state: restarted From e4d9e6306b66e6b32d2dd0deb6000bab6de5ac44 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 14 Apr 2021 13:01:44 -0400 Subject: [PATCH 2/2] network/tasks/sysd-netd-debian.yml: Restore explanation of hostapd restart --- roles/network/tasks/sysd-netd-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/sysd-netd-debian.yml b/roles/network/tasks/sysd-netd-debian.yml index ca7cd1cbe..c334d6688 100644 --- a/roles/network/tasks/sysd-netd-debian.yml +++ b/roles/network/tasks/sysd-netd-debian.yml @@ -62,7 +62,7 @@ name: systemd-networkd 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: name: hostapd state: restarted