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:
parent
3baa790b6e
commit
ed0d8961a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue