From 50e5e1067f82d3bbb834ea091e6b2aef251cf1d8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 May 2019 16:16:07 -0400 Subject: [PATCH] Clarify why hostapd_wait (5 seconds for now) is nec --- roles/network/tasks/restart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/restart.yml b/roles/network/tasks/restart.yml index eb22b8e5a..fd9ee0d49 100644 --- a/roles/network/tasks/restart.yml +++ b/roles/network/tasks/restart.yml @@ -53,7 +53,7 @@ creates: /etc/sysconfig/olpc-scripts/setup.d/installed/gateway when: iiab_network_mode == "Gateway" -- name: Waiting {{ hostapd_wait }} seconds for network to stabilize +- name: Waiting {{ hostapd_wait }} seconds for network to stabilize (iiap-gen-iptables will fail if dnsmasq isn't ready!) shell: sleep {{ hostapd_wait }} - name: Run /usr/bin/iiab-gen-iptables