[constellation] Pin Django from Debian experimental until bullseye-backports got released
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
dda90628f8
commit
3f22b96f11
|
@ -1,4 +1,12 @@
|
||||||
---
|
---
|
||||||
|
- name: Pin Django from Debian experimental until bullseye-backports exists
|
||||||
|
template:
|
||||||
|
src: "apt/{{ item }}.j2"
|
||||||
|
dest: "/etc/apt/{{ item }}"
|
||||||
|
loop:
|
||||||
|
- sources.list.d/experimental.list
|
||||||
|
- preferences.d/django-experimental
|
||||||
|
|
||||||
- name: Install constellation dependencies
|
- name: Install constellation dependencies
|
||||||
apt:
|
apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
{{ ansible_header | comment }}
|
||||||
|
|
||||||
|
|
||||||
|
Package: *
|
||||||
|
Pin: release n=experimental
|
||||||
|
Pin-Priority: 1
|
||||||
|
|
||||||
|
|
||||||
|
Package: python3-django
|
||||||
|
Pin: release n=experimental
|
||||||
|
Pin-Priority: 900
|
||||||
|
|
||||||
|
|
||||||
|
Package: python3-django-tables2
|
||||||
|
Pin: release n=experimental
|
||||||
|
Pin-Priority: 900
|
|
@ -0,0 +1,3 @@
|
||||||
|
{{ ansible_header | comment }}
|
||||||
|
|
||||||
|
deb {{ debian_mirror }} experimental main
|
Loading…
Reference in New Issue