From 0f59c04d7ffadb0d6a3df06334672769e868bfac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 7 Aug 2020 13:16:33 -0700 Subject: [PATCH] openshift / prod: undefine updating We can't just set this to false, we have to not define it. Signed-off-by: Kevin Fenzi --- inventory/group_vars/os | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/os b/inventory/group_vars/os index 09b30b41c0..20ab63b8ff 100644 --- a/inventory/group_vars/os +++ b/inventory/group_vars/os @@ -3,4 +3,4 @@ host_group: os baseiptables: False no_http2: True nm_controlled_resolv: True -openshift_ansible_upgrading: False +#openshift_ansible_upgrading: False