From c42f979038f8e1126e5a72f0f2cfd43f5d7c455e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 Jul 2020 16:27:04 -0700 Subject: [PATCH] os / staging: set variable to actually run the prereq/install playbooks Signed-off-by: Kevin Fenzi --- inventory/group_vars/os_stg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/os_stg b/inventory/group_vars/os_stg index afb6b00d5a..f676700d20 100644 --- a/inventory/group_vars/os_stg +++ b/inventory/group_vars/os_stg @@ -4,4 +4,4 @@ baseiptables: False no_http2: False nm_controlled_resolv: True # Only define this when upgrading, otherwise comment it -#openshift_ansible_upgrading: True +openshift_ansible_upgrading: True