mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
quotes
This commit is contained in:
parent
f2d3207ac3
commit
a33c5f76b9
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@
|
|||
- name: For Debian, always use bridging - except RPi
|
||||
set_fact:
|
||||
iiab_lan_iface: br0
|
||||
when: 'discovered_lan_iface != "none" and num_lan_interfaces >= "1" and is_debuntu' and not is_rpi
|
||||
when: discovered_lan_iface != "none" and num_lan_interfaces >= "1" and is_debuntu and not is_rpi
|
||||
|
||||
- name: WiFi is on the LAN - use bridging - except RPi
|
||||
set_fact:
|
||||
|
@ -164,7 +164,7 @@
|
|||
- name: 2 or more devices on the LAN - use bridging
|
||||
set_fact:
|
||||
iiab_lan_iface: br0
|
||||
when: 'discovered_lan_iface != "none" and num_lan_interfaces >= "2" and not is_rpi'
|
||||
when: discovered_lan_iface != "none" and num_lan_interfaces >= "2" and not is_rpi
|
||||
|
||||
- name: in VM disable LAN - needs local_vars entry to activate
|
||||
set_fact:
|
||||
|
|
Loading…
Reference in a new issue