fix docker role repo line (release name + stable)

This commit is contained in:
2024-01-07 12:39:34 +01:00
parent 25b8231432
commit 4b3e83fe91

View File

@@ -33,7 +33,7 @@
- name: add docker repo
become: true
ansible.builtin.apt_repository:
repo: "deb [arch={{ docker_arch.stdout }}] https://download.docker.com/linux/debian"
repo: "deb [arch={{ docker_arch.stdout }}] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
state: present
update_cache: true