From 1193b1518452c729391c28ea6ecddaceb84b538a Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 7 May 2020 07:46:05 -0500 Subject: [PATCH] once installed and rebooted br0 will be available --- roles/network/tasks/restart.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/network/tasks/restart.yml b/roles/network/tasks/restart.yml index b1f26ebf7..f896923f1 100644 --- a/roles/network/tasks/restart.yml +++ b/roles/network/tasks/restart.yml @@ -89,6 +89,7 @@ systemd: name: "{{ dhcp_service2 }}" state: restarted - when: (not no_net_restart) or (is_ubuntu_20 and wifi_up_down) + when: (not no_net_restart or (is_ubuntu_20 and wifi_up_down)) or (iiab_stage|int == 9) + #when: (not no_net_restart or (is_ubuntu_20 and wifi_up_down)) #when: (iiab_network_mode != "Appliance") # Sufficient b/c br0 exists thanks to /etc/network/interfaces.d/iiab #when: iiab_network_mode != "Appliance" and iiab_wan_iface != discovered_wireless_iface