[constellation] Django 3.2 is available in bullseye-backports

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2022-01-14 17:22:26 +01:00
parent 74ea9697f2
commit 3cbbf4c80c
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
4 changed files with 6 additions and 25 deletions

View File

@ -1,11 +1,8 @@
--- ---
- name: Pin Django from Debian experimental until bullseye-backports exists - name: Pin Django from Debian bullseye-backports
template: template:
src: "apt/{{ item }}.j2" src: "apt/sources.list.d/bullseye-backports.list.j2"
dest: "/etc/apt/{{ item }}" dest: "/etc/apt/sources.list.d/bullseye-backports.list"
loop:
- sources.list.d/experimental.list
- preferences.d/django-experimental
- name: Install constellation dependencies - name: Install constellation dependencies
apt: apt:

View File

@ -1,16 +0,0 @@
{{ 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 }} bullseye-backports main

View File

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