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:
parent
35fa3175e3
commit
840b482373
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user