Skip to content

Commit

Permalink
Automerge master into openj9 2018-02-21-14:59:05
Browse files Browse the repository at this point in the history
  • Loading branch information
j9build committed Feb 21, 2018
2 parents 953fe63 + 0b28397 commit 878f7e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

- name: Add Docker Repo for RedHat 7
get_url:
url: https://download.docker.com/linux/CentOS/docker-ce.repo
url: https://download.docker.com/linux/centos/docker-ce.repo
dest: /etc/yum.repos.d/docker-ce.repo
force: yes
owner: root
Expand All @@ -84,7 +84,7 @@

- name: Import Docker Repo key for RedHat
rpm_key:
key: https://download.docker.com/linux/CentOS/gpg
key: https://download.docker.com/linux/centos/gpg
state: present
when:
- docker_installed.rc != 0
Expand Down

0 comments on commit 878f7e6

Please sign in to comment.