From e87efc7a79aedc0af4d0407d79e3a092d5a8df2c Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 19 Sep 2014 15:49:54 -0500 Subject: [PATCH] changed ansible install from the package name to a URL as a tarball updated ansible version to 1.6.10 This should resolve Issue: https://github.com/rcbops/ansible-lxc-rpc/issues/184 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8651e03970..673a34c292 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ Jinja2==2.7.3 MarkupSafe==0.23 PyYAML==3.11 -ansible==1.6.6 click==2.5 colorize==1.0.2 ecdsa==0.11 @@ -15,3 +14,4 @@ requests==2.4.1 cloudlib==0.0.8 pip==1.5.6 wheel==0.24.0 +http://rpc-slushee.rackspace.com/downloads/ansible-1.6.10.tar.gz