diff --git a/roles/network/tasks/computed_network.yml b/roles/network/tasks/computed_network.yml index 9f2fed302..51b65497d 100644 --- a/roles/network/tasks/computed_network.yml +++ b/roles/network/tasks/computed_network.yml @@ -61,6 +61,7 @@ set_fact: user_wan_iface: "none" when: not iiab_wan_enabled + #when: 'not iiab_wan_enabled' # gui wants LanController # keeps ifcfg-WAN but onboot=no # the change over might be a little bumpy ATM. diff --git a/roles/network/tasks/dhcpd.yml b/roles/network/tasks/dhcpd.yml index 1b46b0238..b00d659fd 100644 --- a/roles/network/tasks/dhcpd.yml +++ b/roles/network/tasks/dhcpd.yml @@ -33,6 +33,7 @@ enabled: no state: stopped when: is_ubuntu and not is_ubuntu_16 + #when: is_ubuntu_18 - name: Install systemd unit file to /etc/systemd/system/dhcpd.service template: