Skip to content
Snippets Groups Projects
Commit a7546c3a authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: remove legacy apt sources & keys

parent ec708a87
No related branches found
No related tags found
No related merge requests found
Pipeline #6102 failed
......@@ -11,6 +11,20 @@
state: latest
update_cache: true
become: true
- name: add GPG key for SLUB Debian repository
ansible.builtin.apt_key:
url: "{{ item }}"
state: absent
loop:
- "http://bdv141.slub-dresden.de/deb-repository/pub.gpg.key"
- "https://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key"
- name: add repo URL to sources.list
ansible.builtin.apt_repository:
repo: "{{ item }}"
state: absent
loop:
- "deb http://bdv141.slub-dresden.de/deb-repository lza-testing main"
- "deb https://sdvdebianrepo.slub-dresden.de/deb-repository bullseye main"
- name: modify package repo config
ansible.builtin.deb822_repository:
architectures: "amd64"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment