mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
"reboot_to_AP: False" (today for RPi only) was being ignored
This commit is contained in:
parent
a6f1747b56
commit
2df3afbc78
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
iiab_wan_iface: "{{ discovered_wired_iface }}"
|
||||
iiab_wireless_lan_iface: "{{ discovered_wireless_iface }}"
|
||||
iiab_wired_lan_iface: ""
|
||||
when: is_rpi and discovered_wireless_iface is defined and discovered_wireless_iface == iiab_wan_iface and reboot_to_AP is defined
|
||||
when: is_rpi and discovered_wireless_iface is defined and discovered_wireless_iface == iiab_wan_iface and reboot_to_AP
|
||||
|
||||
- include_tasks: computed_network.yml
|
||||
when: not installing
|
||||
|
|
Loading…
Reference in a new issue