Fix Docker image build jobs

Update the deb-docker path to fix the docker image build jobs.

Change-Id: Ia6f427af61827ffff15b6c9b246809fae37cc26a
This commit is contained in:
Phil Sphicas 2021-05-10 05:20:22 +00:00
parent 35fa3175e3
commit 840b482373
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
- apt_key:
url: https://download.docker.com/linux/ubuntu/gpg
- apt_repository:
repo: deb http://{{ zuul_site_mirror_fqdn }}/deb-docker xenial stable
repo: deb http://{{ zuul_site_mirror_fqdn }}/deb-docker/{{ ansible_distribution_release }} {{ ansible_distribution_release }} stable
- apt:
name: "{{ item }}"
allow_unauthenticated: True