[constellation] Pin Django from Debian experimental until bullseye-backports got released

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-24 17:10:07 +01:00
parent dda90628f8
commit 3f22b96f11
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,3 @@
{{ ansible_header | comment }}
deb {{ debian_mirror }} experimental main