From ee55288c7d31fb7a39abe3c7d04252d422c3d5b1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 31 May 2018 21:29:56 +0000 Subject: [PATCH] some variables I missed --- playbooks/groups/os-cluster.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 0f7fa624c3..2a8ce3b4ab 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -149,6 +149,8 @@ openshift_api_port: 443, openshift_console_port: 443, openshift_shared_infra: true, + openshift_ansible_use_crio: true, + openshift_ansible_crio_only: false, when: env != 'staging', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] }