diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-21 10:52:34 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-25 17:18:28 -0500 |
commit | 240c57525ba8a43286181c6b95518d509ae48a2a (patch) | |
tree | 80e79d7690aa49e229c762be171165ff9451d6be /README.md | |
parent | 8ce35b40a55f46f716f280054594c8b5d39cd547 (diff) | |
download | openshift-240c57525ba8a43286181c6b95518d509ae48a2a.tar.gz openshift-240c57525ba8a43286181c6b95518d509ae48a2a.tar.bz2 openshift-240c57525ba8a43286181c6b95518d509ae48a2a.tar.xz openshift-240c57525ba8a43286181c6b95518d509ae48a2a.zip |
Update Docs and test for testing ansible version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |