From 770acb023b53f1937d7e4f6fa67af312b31f5cef Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 2 May 2018 19:53:46 +0000 Subject: [PATCH] fix typo --- 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 f48a537438..21e62477ea 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -102,7 +102,7 @@ openshift_release: "v3.9", openshift_ansible_path: "/root/openshift-ansible", openshift_ansible_playbook: "playbooks/deploy_cluster.yml", - openshift_ansible_version: "openshift-ansible-3.27-1", + openshift_ansible_version: "openshift-ansible-3.9.27-1", openshift_ansible_ssh_user: root, openshift_ansible_install_examples: true, openshift_ansible_containerized_deploy: false,