[ci] Fix gate by installing python3-docker

Change-Id: I34be042f7e664af69fd2892b0aa6a107fe017daf
This commit is contained in:
Bharat Kunwar 2020-06-24 09:03:10 +00:00
parent 05f7ceea17
commit b3936451cd

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