Add centos8 docker repo (#6747)

This commit is contained in:
Florian Ruynat
2020-09-25 15:11:11 +02:00
committed by GitHub
parent 77149e5d89
commit 55d8ed093a
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ docker_yum_conf: /etc/yum_docker.conf
docker_fedora_repo_base_url: 'https://download.docker.com/linux/fedora/{{ ansible_distribution_major_version }}/$basearch/stable'
docker_fedora_repo_gpgkey: 'https://download.docker.com/linux/fedora/gpg'
# CentOS/RedHat docker-ce repo
docker_rh_repo_base_url: 'https://download.docker.com/linux/centos/7/$basearch/stable'
docker_rh_repo_base_url: 'https://download.docker.com/linux/centos/{{ ansible_distribution_major_version }}/$basearch/stable'
docker_rh_repo_gpgkey: 'https://download.docker.com/linux/centos/gpg'
# Ubuntu docker-ce repo
docker_ubuntu_repo_base_url: "https://download.docker.com/linux/ubuntu"