Skip to content

Commit

Permalink
Update redhat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Jan 24, 2019
1 parent 35c6f37 commit d77a2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/ansible_distribution/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# RedHat vars file for avinetworks.docker

docker_ce_repo_url: https://download.docker.com/linux/centos
docker_ce_repo_file_url: "{{ docker_yum_repo_url }}/docker-ce.repo"
docker_ce_gpg_key: "{{ docker_yum_repo_url }}/centos/gpg"
docker_ce_repo_file_url: "{{ docker_ce_repo_url }}/docker-ce.repo"
docker_ce_gpg_key: "{{ docker_ce_repo_url }}/centos/gpg"
docker_ce_edge_repo_url: "{{ docker_ce_repo_url }}/{{ ansible_distribution_major_version }}/$basearch/edge"

docker_legacy_repo_url: https://yum.dockerproject.org/repo/main/centos/{{ ansible_distribution_major_version }}
Expand Down

0 comments on commit d77a2ae

Please sign in to comment.