misc/deb_unstable: Added updating of apt cache using handler

dehydrated
Felix Stupp 5 years ago
parent 283e450c16
commit c73872df3a
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,3 +1,6 @@
---
allow_duplicates: no
dependencies:
- misc/handlers

@ -7,6 +7,7 @@
group: root
mode: "u=rw,g=r,o=r"
content: "deb http://deb.debian.org/debian/ unstable main"
notify: update apt cache
- name: Restrict unstable for apt
copy:
@ -18,3 +19,4 @@
Package: *
Pin: release a=unstable
Pin-Priority: 90
notify: update apt cache

Loading…
Cancel
Save