perhaps a modern debops version will work
This commit is contained in:
parent
d940f64469
commit
069d7da79f
|
@ -12,7 +12,7 @@ ci_lib.run_batches([
|
|||
'pip install "pycparser<2.19"',
|
||||
# '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
|
||||
'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'),),
|
||||
|
|
Loading…
Reference in New Issue