From dbeaf024824738ae766c181caedd38dae9e3630f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Jul 2022 15:35:05 -0400 Subject: [PATCH] Try to explain ordering of iiab-hotspot-on|off & install.yml (in network/tasks/main.yml) --- roles/network/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/network/tasks/main.yml b/roles/network/tasks/main.yml index 6a2ba3a7a..67f9d28e7 100644 --- a/roles/network/tasks/main.yml +++ b/roles/network/tasks/main.yml @@ -21,10 +21,10 @@ - name: computed_network include_tasks: computed_network.yml -# 2022-07-22: @jvonau asks for this to be (1) AFTER computed_network.yml [what -# goes into the 'hotspot' depends on what can_be_ap and wifi_up_down are set to] -# AND (2) BEFORE install.yml -- FYI Admin Console reads iiab_network_mode from -# /etc/iiab/iiab.ini and uses /usr/bin/iiab-hotspot-on|off. +# 2022-07-22: @jvonau asks for this to be (1) BELOW computed_network.yml +# (what goes into iiab-hotspot-on|off depends on can_be_ap and wifi_up_down) +# AND (2) ABOVE install.yml for some reason? REQUIREMENT: Admin Console reads +# iiab_network_mode from /etc/iiab/iiab.ini + uses /usr/bin/iiab-hotspot-on|off - name: Install /usr/bin/iiab-hotspot-on|off from template (root:root by default) template: src: "{{ item }}"