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:
parent
796f2ddcca
commit
b117fadbdb
@ -63,7 +63,7 @@
|
||||
- apt_key:
|
||||
url: https://download.docker.com/linux/ubuntu/gpg
|
||||
- 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:
|
||||
name: "{{ item }}"
|
||||
allow_unauthenticated: True
|
||||
|
Loading…
x
Reference in New Issue
Block a user