From 856e47e3a0dc21d680c0e6289c2c16575fd64bee Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Mon, 6 Jun 2016 15:59:00 -0400 Subject: Require ansible-2.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6d38c9945..4fa0286a8 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.1