1
0
Fork 0
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:
georgejhunt 2017-06-30 10:20:16 -07:00 committed by GitHub
parent 909439f40b
commit 4461ef2189

View file

@ -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: