We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6235da7 commit b240d28Copy full SHA for b240d28
ansible/roles/docker/tasks/main.yml
@@ -32,7 +32,7 @@
32
33
- name: Add Docker apt repo
34
apt_repository:
35
- repo: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lower }}/dists/{{ ansible_distribution_release }} stable"
+ repo: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable"
36
state: present
37
update_cache: yes
38
0 commit comments