Skip to content

Commit

Permalink
fix docker_ce_gpg_key location
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Jan 24, 2019
1 parent d77a2ae commit eceb1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/ansible_distribution/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

docker_ce_repo_url: https://download.docker.com/linux/centos
docker_ce_repo_file_url: "{{ docker_ce_repo_url }}/docker-ce.repo"
docker_ce_gpg_key: "{{ docker_ce_repo_url }}/centos/gpg"
docker_ce_gpg_key: "{{ docker_ce_repo_url }}/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 eceb1c9

Please sign in to comment.