mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
discovered_lan_iface depr so TRY discovered_wan_iface
This commit is contained in:
parent
236580eff6
commit
9a689d8af9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
# stick around but testing gateway response is not performed.
|
# stick around but testing gateway response is not performed.
|
||||||
- name: User wants single wired interface as static or dhcp gateway
|
- name: User wants single wired interface as static or dhcp gateway
|
||||||
set_fact:
|
set_fact:
|
||||||
user_wan_iface: "{{ discovered_lan_iface }}"
|
user_wan_iface: "{{ discovered_wan_iface }}" # Jan 2018: discovered_lan_iface was UNDEFINED on WiFi-installed RPi
|
||||||
when: num_lan_interfaces == "1" and user_lan_iface == "auto" and user_wan_iface == "auto"
|
when: num_lan_interfaces == "1" and user_lan_iface == "auto" and user_wan_iface == "auto"
|
||||||
|
|
||||||
- name: No LAN configured - 'Appliance' mode
|
- name: No LAN configured - 'Appliance' mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue