Skip to content
Snippets Groups Projects
Commit 52080ad1 authored by ale's avatar ale
Browse files

Remove obsolete APT repositories

These will conflict with the new signed-by versions.
parent e829fe0c
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,14 @@
path: "/etc/apt/trusted.gpg.d/deb_autistici_org.gpg"
state: absent
- name: Remove legacy repositories
apt_repository:
repo: "{{ item }}"
state: absent
loop:
- "deb http://deb.autistici.org/urepo ai3/"
- "deb http://deb.autistici.org/urepo buster-podman/"
- name: Install our standard sources.list
template:
src: "sources.list.j2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment