fix: Docker image build jobs

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

Change-Id: I494c31957d0a102f17e911c281015af0892fb70b
This commit is contained in:
Rick Bartra 2020-09-21 15:39:15 -05:00
parent 36efc4828d
commit a5c9dc2194
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,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