Skip to content

Commit b240d28

Browse files
committed
Updating Docker role
1 parent 6235da7 commit b240d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/docker/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- name: Add Docker apt repo
3434
apt_repository:
35-
repo: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lower }}/dists/{{ ansible_distribution_release }} stable"
35+
repo: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable"
3636
state: present
3737
update_cache: yes
3838

0 commit comments

Comments
 (0)