misc/deb_unstable: Allow configuring priority for unstable repository

dehydrated
Felix Stupp 5 years ago
parent 429833c457
commit 574b07f2f4
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,3 @@
---
debian_unstable_priority: 90

@ -18,7 +18,7 @@
content: |
Package: *
Pin: release a=unstable
Pin-Priority: 90
Pin-Priority: {{ debian_unstable_priority }}
notify: update apt cache
- name: Flush handlers for unstable repository

Loading…
Cancel
Save