1
0
Fork 0
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:
Jerry Vonau 2020-04-03 09:23:33 -05:00
parent 668b8baf10
commit 3e02d57210

View file

@ -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