|
|
@ -12,7 +12,7 @@ ci_lib.run_batches([
|
|
|
|
'pip install "pycparser<2.19"',
|
|
|
|
'pip install "pycparser<2.19"',
|
|
|
|
# 'pip install -qqqU debops==0.7.2 ansible==%s' % ci_lib.ANSIBLE_VERSION,
|
|
|
|
# 'pip install -qqqU debops==0.7.2 ansible==%s' % ci_lib.ANSIBLE_VERSION,
|
|
|
|
# ansible v2.10 isn't out yet so we're installing from github for now
|
|
|
|
# ansible v2.10 isn't out yet so we're installing from github for now
|
|
|
|
'pip install -qqqU debops==0.7.2 {}'.format(ci_lib.ANSIBLE_VERSION)
|
|
|
|
'pip install -qqqU debops==2.1.2 {}'.format(ci_lib.ANSIBLE_VERSION)
|
|
|
|
],
|
|
|
|
],
|
|
|
|
[
|
|
|
|
[
|
|
|
|
'docker pull %s' % (ci_lib.image_for_distro('debian'),),
|
|
|
|
'docker pull %s' % (ci_lib.image_for_distro('debian'),),
|
|
|
|