From 64fa63824409721862f5e664024283f4fe7e6164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Wed, 20 Jul 2022 09:15:48 +0200 Subject: [PATCH] make the role usable on "all" debian versions --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3b5a5a6..fdf420c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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