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