Add a template for the docker apt list
This template is necessary because the apt_repository role cannot determine if an entry should be replaced.
This commit is contained in:
parent
acf739831c
commit
af6092576c
1 changed files with 2 additions and 0 deletions
2
roles/docker_setup/templates/docker.list.j2
Normal file
2
roles/docker_setup/templates/docker.list.j2
Normal file
|
@ -0,0 +1,2 @@
|
|||
deb https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable
|
||||
|
Loading…
Reference in a new issue