Skip to content

Commit

Permalink
Update docker engine repo
Browse files Browse the repository at this point in the history
https://apt.dockerproject.org/ was shutdown on the 31st of March 2020
  • Loading branch information
joshal-ll authored and dbyron0 committed Apr 9, 2020
1 parent 26196b8 commit 78deab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/docker-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: Add Docker Engine Repository
apt_repository:
repo: 'deb https://apt.dockerproject.org/repo ubuntu-{{ ansible_distribution_release }} main'
repo: deb https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable
update_cache: yes

# The package version for docker-engine looks something like this:
Expand Down

0 comments on commit 78deab9

Please sign in to comment.