From d2b01d4c18f88e0e883dc7127903df0e77525d5d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 30 May 2018 21:37:58 +0000 Subject: [PATCH] Correct variable name --- playbooks/groups/os-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index a2332fb4ba..56c4f1607b 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -120,7 +120,7 @@ openshift_console_port: 443, openshift_shared_infra: true, openshift_ansible_use_crio: true, - openshift_ansible_use_crio_only: false, + openshift_ansible_crio_only: false, when: env == 'staging', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] }