mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-26 17:51:03 +02:00
add template for apt preference
This commit is contained in:
parent
416c0c9a06
commit
6bde39d7b5
7
templates/apt-preferences-docker.j2
Normal file
7
templates/apt-preferences-docker.j2
Normal file
@ -0,0 +1,7 @@
|
||||
Package: {{ docker_package }}
|
||||
Pin: version {{ docker_apt_version }}.*
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: {{ docker_package }}-cli
|
||||
Pin: version {{ docker_apt_version }}.*
|
||||
Pin-Priority: 1000
|
Loading…
Reference in New Issue
Block a user