From 31510413d0a9d1968c45b7e6c94716a20508cd7c Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 4 Jun 2018 08:39:08 +0200 Subject: [PATCH] Update ansible-ansible-openshift-ansible role variables in osbs playbook part2 Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 52f7a834ff..a876403c69 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -224,6 +224,7 @@ openshift_deployment_type: "origin", openshift_ansible_python_interpreter: "/usr/bin/python3", openshift_ansible_use_crio: false, + openshift_ansible_crio_only: false, when: env == 'staging', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] }