Skip to content
Snippets Groups Projects
Commit 2446e6d9 authored by ale's avatar ale
Browse files

Use release-specific APT URLs for ai3 packages

Part of issue #115.
parent 8606bfd2
No related branches found
No related tags found
1 merge request!219Use release-specific APT URLs for ai3 packages
......@@ -28,10 +28,13 @@
- name: Setup apt trusted keyring
copy:
src: "apt/{{ item }}"
dest: "/etc/apt/trusted.gpg.d/{{ item }}"
with_items:
- deb_autistici_org.gpg
src: "apt/deb_autistici_org.gpg"
dest: "/usr/share/keyrings/deb.autistici.org.gpg"
- name: Remove legacy apt keyring
file:
path: "/etc/apt/trusted.gpg.d/deb_autistici_org.gpg"
state: absent
- name: Install our standard sources.list
template:
......@@ -40,7 +43,7 @@
- name: Install package repositories
apt_repository:
repo: "deb http://deb.autistici.org/urepo ai3/"
repo: "deb [signed-by=/usr/share/keyrings/deb.autistici.org.gpg] http://deb.autistici.org/urepo float/{{ float_debian_dist }}"
state: present
- name: Run apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment