Skip to content

Commit 0b767fd

Browse files
author
David Yu
committed
changing lsb release to ansible variables
1 parent 901ec20 commit 0b767fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- name: deb | Install Docker EE repository
2323
apt_repository:
24-
repo: "deb [arch=amd64] https://storebits.docker.com/ee/linux/{{docker_subscription}} $(lsb_release -cs) {{docker_repo}}"
24+
repo: "deb [arch=amd64] https://storebits.docker.com/ee/linux/{{docker_subscription}} {{ansible_distribution|lower}}-{{ansible_distribution_release}} {{docker_repo}}"
2525
state: present
2626
filename: docker
2727

0 commit comments

Comments
 (0)