fix: Docker image build jobs

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

Change-Id: I31660fcc5358fc67caba39fdaf38b60b13e7eaff
This commit is contained in:
Rick Bartra 2020-09-21 16:18:58 -05:00
parent 796f2ddcca
commit b117fadbdb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
- apt_key: - apt_key:
url: https://download.docker.com/linux/ubuntu/gpg url: https://download.docker.com/linux/ubuntu/gpg
- apt_repository: - apt_repository:
repo: "deb http://{{ zuul_site_mirror_fqdn }}/deb-docker {% if distro.startswith('ubuntu_') %} {{ distro | regex_replace('ubuntu_') }} {% else %} xenial {% endif %} stable" repo: deb http://{{ zuul_site_mirror_fqdn }}/deb-docker/{{ ansible_distribution_release }} {{ ansible_distribution_release }} stable
- apt: - apt:
name: "{{ item }}" name: "{{ item }}"
allow_unauthenticated: True allow_unauthenticated: True