diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-26 08:15:51 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-26 08:15:51 -0500 |
commit | 9d2d123403e244bb49997c0bb498b5aca4c625b9 (patch) | |
tree | 72ce4496676c0e04605be86afbb16527b1e66ba9 /README.md | |
parent | 4a2e65e5500eced93722ae6b39c7994a270563d2 (diff) | |
parent | 240c57525ba8a43286181c6b95518d509ae48a2a (diff) | |
download | openshift-9d2d123403e244bb49997c0bb498b5aca4c625b9.tar.gz openshift-9d2d123403e244bb49997c0bb498b5aca4c625b9.tar.bz2 openshift-9d2d123403e244bb49997c0bb498b5aca4c625b9.tar.xz openshift-9d2d123403e244bb49997c0bb498b5aca4c625b9.zip |
Merge pull request #1253 from detiber/updateMinVersion
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 |