Pipfile: Upgrade to Ansible 2.6.x

This commit is contained in:
Alan Orth 2018-07-23 13:09:00 +03:00
parent c21207f704
commit edd55124e8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ name = "pypi"
PyYAML = "*"
paramiko = "*"
cryptography = "*"
ansible = "<2.6"
ansible = "==2.6.*"
netaddr = "*"
[dev-packages]