From 240c57525ba8a43286181c6b95518d509ae48a2a Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Thu, 21 Jan 2016 10:52:34 -0500 Subject: Update Docs and test for testing ansible version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cef2ed0b6..d05e3992e 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This repo contains Ansible code for OpenShift and Atomic Enterprise. - Install base dependencies: - Fedora: ``` - dnf install -y ansible rubygem-thor rubygem-parseconfig util-linux pyOpenSSL libffi-devel python-cryptography + dnf install -y ansible-1.9.4 rubygem-thor rubygem-parseconfig util-linux pyOpenSSL libffi-devel python-cryptography ``` - OSX: ``` - # Install ansible and python 2 + # Install ansible 1.9.4 and python 2 brew install ansible python # Required ruby gems gem install thor parseconfig -- cgit v1.2.1