From f53aed6981a66299aa734c8a205d1edea4305d08 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Apr 2023 09:15:36 +0300 Subject: fix: riot-host: adapt to new keyring and location for Element Sponsored-by: author --- .../roles/riot-host/files/element-io-archive-keyring.gpg | Bin 0 -> 2577 bytes ansible/roles/riot-host/tasks/main.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 ansible/roles/riot-host/files/element-io-archive-keyring.gpg (limited to 'ansible/roles') diff --git a/ansible/roles/riot-host/files/element-io-archive-keyring.gpg b/ansible/roles/riot-host/files/element-io-archive-keyring.gpg new file mode 100644 index 0000000..6fbeecc Binary files /dev/null and b/ansible/roles/riot-host/files/element-io-archive-keyring.gpg differ diff --git a/ansible/roles/riot-host/tasks/main.yml b/ansible/roles/riot-host/tasks/main.yml index 402da88..b8cfa2e 100644 --- a/ansible/roles/riot-host/tasks/main.yml +++ b/ansible/roles/riot-host/tasks/main.yml @@ -1,10 +1,10 @@ - name: "install riot.im keyring" copy: - src: riot-im-archive-keyring.gpg + src: element-io-archive-keyring.gpg dest: /etc/apt/trusted.gpg.d/ - apt_repository: - repo: "deb [signed-by=/etc/apt/trusted.gpg.d/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ {{ sane_debian_system_codename }} main" + repo: "deb [signed-by=/etc/apt/trusted.gpg.d/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" update_cache: no # Use shell to run apt-get, rather than the Ansible apt module, so -- cgit v1.2.1