From 4461ef21890eaca334bd1cc0a8e1d681045c045a Mon Sep 17 00:00:00 2001 From: georgejhunt Date: Fri, 30 Jun 2017 10:20:16 -0700 Subject: [PATCH] treat ubuntu dhcpd similarly to debian (#84) --- roles/1-prep/tasks/detected_network.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/1-prep/tasks/detected_network.yml b/roles/1-prep/tasks/detected_network.yml index 59e31005e..e6e2fdfb2 100644 --- a/roles/1-prep/tasks/detected_network.yml +++ b/roles/1-prep/tasks/detected_network.yml @@ -250,7 +250,7 @@ - name: for debian, always use bridging set_fact: 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 set_fact: