Skip to content
Snippets Groups Projects
Commit e65c9b4d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "[baremetal]: Use $releasever in docker-ce repo"

parents 5e638b75 883b79a1
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,7 @@ docker_apt_package: "docker-ce"
# Docker Yum repository configuration.
docker_yum_url: "https://download.docker.com/linux/{{ ansible_distribution | lower }}"
# FIXME(mgoddard): $releasever rather than 7.
docker_yum_baseurl: "{{ docker_yum_url }}/7/$basearch/stable"
docker_yum_baseurl: "{{ docker_yum_url }}/$releasever/$basearch/stable"
docker_yum_gpgkey: "{{ docker_yum_url }}/gpg"
docker_yum_gpgcheck: true
docker_yum_package: "docker-ce"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment