Use ansible >= 2.5.1 for pipenv

This commit is contained in:
2018-05-18 17:35:07 +03:00
parent 073e02f875
commit 533b9c60e7
2 changed files with 4 additions and 4 deletions

View File

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