Update Ansible to 2.5.2 in pipenv

This commit is contained in:
2018-04-29 11:41:24 +03:00
parent 6208d1518c
commit 436e823415
2 changed files with 4 additions and 5 deletions

View File

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