Skip to content
Snippets Groups Projects
Verified Commit 3cbbf4c8 authored by ynerant's avatar ynerant
Browse files

[constellation] Django 3.2 is available in bullseye-backports


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 74ea9697
No related branches found
No related tags found
1 merge request!263[constellation] Constellation is coming
---
- name: Pin Django from Debian experimental until bullseye-backports exists
- name: Pin Django from Debian bullseye-backports
template:
src: "apt/{{ item }}.j2"
dest: "/etc/apt/{{ item }}"
loop:
- sources.list.d/experimental.list
- preferences.d/django-experimental
src: "apt/sources.list.d/bullseye-backports.list.j2"
dest: "/etc/apt/sources.list.d/bullseye-backports.list"
- name: Install constellation dependencies
apt:
......
{{ 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
{{ ansible_header | comment }}
deb {{ debian_mirror }} experimental main
deb {{ debian_mirror }} bullseye-backports main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment