[constellation] Django 3.2 is available in bullseye-backports
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
							parent
							
								
									74ea9697f2
								
							
						
					
					
						commit
						3cbbf4c80c
					
				| 
						 | 
					@ -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:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
					 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,3 @@
 | 
				
			||||||
 | 
					{{ ansible_header | comment }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					deb {{ debian_mirror }} bullseye-backports main
 | 
				
			||||||
| 
						 | 
					@ -1,3 +0,0 @@
 | 
				
			||||||
{{ ansible_header | comment }}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
deb {{ debian_mirror }} experimental main
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue