diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-06-06 15:59:00 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-07-01 12:53:53 -0400 |
commit | 856e47e3a0dc21d680c0e6289c2c16575fd64bee (patch) | |
tree | 29b0f4f213147ca996c09a57a5b9406ee54edf16 /README.md | |
parent | f8eb504fd62c71fc99eec5f0a4367bbc3ed959ee (diff) | |
download | openshift-856e47e3a0dc21d680c0e6289c2c16575fd64bee.tar.gz openshift-856e47e3a0dc21d680c0e6289c2c16575fd64bee.tar.bz2 openshift-856e47e3a0dc21d680c0e6289c2c16575fd64bee.tar.xz openshift-856e47e3a0dc21d680c0e6289c2c16575fd64bee.zip |
Require ansible-2.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,11 +11,11 @@ they may in the future. - Install base dependencies: - Fedora: ``` - dnf install -y ansible-1.9.4 pyOpenSSL python-cryptography + dnf install -y ansible-2.1.0.0 pyOpenSSL python-cryptography ``` - OSX: ``` - # Install ansible 1.9.4 and python 2 + # Install ansible 2.1.0.0 and python 2 brew install ansible python ``` - Setup for a specific cloud: |