From f908a84b48780178cf8c1d191430184fd521d32f Mon Sep 17 00:00:00 2001 From: George Hunt Date: Sat, 10 Feb 2018 01:40:19 +0000 Subject: [PATCH] do not ignore gui request for fixed ip --- roles/network/tasks/computed_network.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/computed_network.yml b/roles/network/tasks/computed_network.yml index 9a466533a..97cd4588e 100644 --- a/roles/network/tasks/computed_network.yml +++ b/roles/network/tasks/computed_network.yml @@ -46,7 +46,7 @@ wan_netmask: "{{ gui_static_wan_netmask }}" wan_gateway: "{{ gui_static_wan_gateway }}" wan_nameserver: "{{ gui_static_wan_nameserver }}" - when: gui_static_wan and user_wan_iface != "auto" + when: gui_static_wan # we need to have an interface name for ifcfg-WAN to be able to change gateway # the DEVICE from the gui. Thanks to George for proving my point about knowing