forked from infra/ansible
docker: use ansible_distribution_release
This commit is contained in:
parent
77d9ebcd13
commit
43cf634b96
@ -5,7 +5,7 @@
|
||||
|
||||
- name: Enable docker 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'
|
||||
filename: docker
|
||||
|
||||
- name: Install docker
|
||||
|
Loading…
Reference in New Issue
Block a user