summaryrefslogtreecommitdiff
path: root/ansible/roles
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-16 09:15:36 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-16 09:15:36 +0300
commitf53aed6981a66299aa734c8a205d1edea4305d08 (patch)
tree6dfdbfe84c55b536d7d13e2990775f2479092975 /ansible/roles
parent40bb57566a71324308b8aef757941e7f452a259b (diff)
downloadansibleness-f53aed6981a66299aa734c8a205d1edea4305d08.tar.gz
fix: riot-host: adapt to new keyring and location for Element
Sponsored-by: author
Diffstat (limited to 'ansible/roles')
-rw-r--r--ansible/roles/riot-host/files/element-io-archive-keyring.gpgbin0 -> 2577 bytes
-rw-r--r--ansible/roles/riot-host/tasks/main.yml4
2 files changed, 2 insertions, 2 deletions
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
--- /dev/null
+++ b/ansible/roles/riot-host/files/element-io-archive-keyring.gpg
Binary files 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