Pin ansible package to stable 2.0.0.2

Devel was giving random YAML parsing problems, let's better
just use 2.0.0.2 now that is available on PyPI.

Change-Id: Ife63d861489d24ab746043f421c3190edfe6b507
This commit is contained in:
Ricardo Carrillo Cruz 2016-02-15 12:46:32 +01:00
parent 44d6d10800
commit 5ae82e5d64
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
-e git+https://github.com/ansible/ansible.git@devel#egg=ansible
ansible==2.0.0.2
shade
jinja2