Pipfile: Use Ansible 2.5.1

I had been using this from the stable-2.5 branch for a few weeks in
order to work around some issues with Jinja2 and ansible-vault, but
now that version 2.5.1 has been released I can use it directly from
pip.
This commit is contained in:
2018-04-23 13:45:21 +03:00
parent 913f59ced6
commit c77167fc17
2 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,7 @@ name = "pypi"
PyYAML = "*"
paramiko = "*"
cryptography = "*"
ansible = "==2.5.1"
[dev-packages]