From d769f6230e32fd1564a884e358012b490c952acc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Apr 2018 19:57:45 +0000 Subject: [PATCH] move staging to 3.7.44 ansible-openshift to fix bug caused by 3.6 upgrade --- 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 42d010049d..5375858c1c 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -102,7 +102,7 @@ openshift_release: "v3.7", openshift_ansible_path: "/root/openshift-ansible", openshift_ansible_playbook: "playbooks/byo/config.yml", - openshift_ansible_version: "openshift-ansible-3.7.32-1", + openshift_ansible_version: "openshift-ansible-3.7.44-1", openshift_ansible_ssh_user: root, openshift_ansible_install_examples: true, openshift_ansible_containerized_deploy: false,