mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #592 from holta/master
"reboot_to_AP: False" (today for RPi only) was being ignored
This commit is contained in:
commit
a20c07fe76
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…
Add table
Add a link
Reference in a new issue