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

correct waiting explaination

This commit is contained in:
Jerry Vonau 2019-07-06 23:09:59 -05:00
parent 3baa790b6e
commit ed0d8961a6

View file

@ -53,7 +53,7 @@
creates: /etc/sysconfig/olpc-scripts/setup.d/installed/gateway creates: /etc/sysconfig/olpc-scripts/setup.d/installed/gateway
when: iiab_network_mode == "Gateway" when: iiab_network_mode == "Gateway"
- name: Waiting {{ hostapd_wait }} seconds for network to stabilize (iiap-gen-iptables will fail if dnsmasq isn't ready!) - name: Waiting {{ hostapd_wait }} seconds for network to stabilize (dnsmasq will fail if br0 isn't in a 'up' state!)
shell: sleep {{ hostapd_wait }} shell: sleep {{ hostapd_wait }}
- name: Run /usr/bin/iiab-gen-iptables - name: Run /usr/bin/iiab-gen-iptables