perhaps a modern debops version will work

This commit is contained in:
Steven Robertson 2020-09-07 19:07:56 -07:00
parent d940f64469
commit 069d7da79f
1 changed files with 1 additions and 1 deletions

View File

@ -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'),),