mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
treat ubuntu dhcpd similarly to debian (#84)
This commit is contained in:
parent
909439f40b
commit
4461ef2189
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
||||||
- name: for debian, always use bridging
|
- name: for debian, always use bridging
|
||||||
set_fact:
|
set_fact:
|
||||||
iiab_lan_iface: br0
|
iiab_lan_iface: br0
|
||||||
when: 'discovered_lan_iface != "none" and num_lan_interfaces >= "1" and is_debian'
|
when: 'discovered_lan_iface != "none" and num_lan_interfaces >= "1" and is_debuntu'
|
||||||
|
|
||||||
- name: 2 or more devices on the LAN - use bridging
|
- name: 2 or more devices on the LAN - use bridging
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue