mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
restart - use ap0 for bridge slave test
This commit is contained in:
parent
668b8baf10
commit
3e02d57210
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
command: /usr/bin/iiab-gen-iptables
|
||||
|
||||
- name: Checking if WiFi slave is active
|
||||
shell: brctl show br0 | grep {{ iiab_wireless_lan_iface }} | wc -l
|
||||
shell: brctl show br0 | grep ap0 | wc -l
|
||||
when: hostapd_enabled and iiab_wireless_lan_iface is defined and iiab_lan_iface == "br0"
|
||||
register: wifi_slave
|
||||
|
||||
|
|
Loading…
Reference in a new issue