Open ryanj opened 8 years ago
same here
Yes, this is a known issue. The openshift-ansible playbooks and roles are in the same boat as well. We are tracking the openshift-ansible fixes (which will be a pre-requisite) here: https://trello.com/c/nA8oCXI3
Until then, unfortunately the answer is to use ansible 1.9.4 instead.
On Fri, Jan 29, 2016 at 5:43 PM, Juergen Hoffmann notifications@github.com wrote:
same here
— Reply to this email directly or view it on GitHub https://github.com/2015-Middleware-Keynote/demo-ansible/issues/79#issuecomment-177003486 .
Jason DeTiberus
Looks like EPEL is also shipping 2.x now: https://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/ansible.html
We're blocked on 2.x support in openshift-ansible for now
Temporary steps to install ansible 1.9.4:
# Install the epel repo if not already present
sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# Clean yum metadata and cache to make sure we see the latest packages available
sudo yum clean all
# Install the ansible 1.9.4 package directly from koji
sudo yum install https://kojipkgs.fedoraproject.org//packages/ansible/1.9.4/1.el7/noarch/ansible-1.9.4-1.el7.noarch.rpm
# Disable EPEL to prevent unexpected packages from being pulled in during installation.
sudo yum-config-manager epel --disable
The playbook doesn't seem to work with ansible 2.x: