Merge "[ci] Fix gate by installing python3-docker"

This commit is contained in:
Zuul 2020-07-01 08:22:25 +00:00 committed by Gerrit Code Review
commit b0bcd319ca
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
dest: "{{ zuul.project.src_dir }}/logs"
state: link
- name: Install dependencies
- name: Install python3-docker
become: true
pip:
name: docker
package:
name: python3-docker
state: present