@ -13,6 +13,9 @@ batches = [
]
# separately install ansible based on version passed in from azure-pipelines.yml or .travis.yml
batches.append("pip install -q ansible==%s", ci_lib.ANSIBLE_VERSION)
batches.extend(
['docker pull %s' % (ci_lib.image_for_distro(distro),)]
for distro in ci_lib.DISTROS
@ -13,4 +13,7 @@ batches = [
ci_lib.run_batches(batches)
@ -1,5 +1,3 @@
ansible==2.8.8; python_version >= '2.7'
ansible<2.7; python_version < '2.7'
paramiko==2.3.2 # Last 2.6-compat version.
hdrhistogram==0.6.1
PyYAML==3.11; python_version < '2.7'