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

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


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent dda90628
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
template:
src: "apt/{{ item }}.j2"
dest: "/etc/apt/{{ item }}"
loop:
- sources.list.d/experimental.list
- preferences.d/django-experimental
- name: Install constellation dependencies
apt:
update_cache: true
......
{{ 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
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