From a5c9dc2194d3ed0f51dc31b4518cdde5d7c214d5 Mon Sep 17 00:00:00 2001 From: Rick Bartra Date: Mon, 21 Sep 2020 15:39:15 -0500 Subject: [PATCH] fix: Docker image build jobs Update the deb-docker path to fix the docker image build jobs Change-Id: I494c31957d0a102f17e911c281015af0892fb70b --- tools/gate/playbooks/docker-image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/playbooks/docker-image-build.yaml b/tools/gate/playbooks/docker-image-build.yaml index 35ebb148..a8effedd 100644 --- a/tools/gate/playbooks/docker-image-build.yaml +++ b/tools/gate/playbooks/docker-image-build.yaml @@ -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