make the role usable on "all" debian versions

main
Micha Gläß-Stöcker 2022-07-20 09:15:48 +02:00
parent 5f9bc4fb5e
commit 64fa638244
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
- name: Ensure docker repository is available
become: true
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
# notify: Update apt cache