make the role usable on "all" debian versions

This commit is contained in:
Micha Gläß-Stöcker 2022-07-20 09:15:48 +02:00
parent 5f9bc4fb5e
commit 64fa638244

View file

@ -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