DCD-686: Move back to pipenv-based Ansible installation to work around bugs (again).

This commit is contained in:
Steve Smith
2019-10-04 13:55:37 +10:00
parent bbff7f94bb
commit 87ac31ea3a
4 changed files with 69 additions and 70 deletions

View File

@@ -4,7 +4,9 @@ verify_ssl = true
name = "pypi"
[packages]
ansible = "==2.7.11"
ansible = "==2.8.5"
boto3 = "==1.9.242"
botocore = "==1.12.242"
[dev-packages]
molecule = "==2.20.2"