[ci] Fix gate by installing python3-docker

Change-Id: I34be042f7e664af69fd2892b0aa6a107fe017daf
(cherry picked from commit b3936451cd)
This commit is contained in:
Bharat Kunwar 2020-06-24 09:03:10 +00:00
parent bcffb630d3
commit e0fecc1dd3
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