make the role usable on "all" debian versions
This commit is contained in:
parent
5f9bc4fb5e
commit
64fa638244
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
- name: Ensure docker repository is available
|
- name: Ensure docker repository is available
|
||||||
become: true
|
become: true
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb https://download.docker.com/linux/debian buster stable
|
repo: deb https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable
|
||||||
state: present
|
state: present
|
||||||
# notify: Update apt cache
|
# notify: Update apt cache
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue