Alwas use pathless docker mirror URI

It seems that we need the pathless docker mirror URI for distro docker
now, too, so set it unconditionally.

Change-Id: Ic6918312ec60efba0397b85ee16d91c6393ee90b
This commit is contained in:
Jens Harbott 2018-12-17 13:42:02 +00:00
parent 68375810ee
commit b43e406edd
1 changed files with 1 additions and 10 deletions

View File

@ -4,22 +4,13 @@
state: directory
path: /etc/docker
- name: Set docker_mirror fact for upstream docker
- name: Set docker_mirror fact
when:
- docker_mirror is not defined
- mirror_fqdn is defined
- use_upstream_docker
set_fact:
docker_mirror: "http://{{ mirror_fqdn }}:8082"
- name: Set docker_mirror fact for distro docker
when:
- docker_mirror is not defined
- mirror_fqdn is defined
- not use_upstream_docker
set_fact:
docker_mirror: "http://{{ mirror_fqdn }}:8081/registry-1.docker/"
- name: Install dockerhub proxy configuration
become: yes
when: