From 534aafee0655083d333cb967124cba197bcb64dc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 23 Aug 2018 01:15:56 +0000 Subject: [PATCH] undefine the upgrading thing entirely --- inventory/group_vars/os-stg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/os-stg b/inventory/group_vars/os-stg index 81a49b62d5..ae4a2ed9f1 100644 --- a/inventory/group_vars/os-stg +++ b/inventory/group_vars/os-stg @@ -3,4 +3,5 @@ host_group: os baseiptables: False no_http2: False nm_controlled_resolv: True -openshift_ansible_upgrading: False +# Only set this when upgrading +#openshift_ansible_upgrading: True