summaryrefslogtreecommitdiff
path: root/ansible/roles/riot-host/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/riot-host/tasks/main.yml')
-rw-r--r--ansible/roles/riot-host/tasks/main.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/ansible/roles/riot-host/tasks/main.yml b/ansible/roles/riot-host/tasks/main.yml
index 402da88..84c8ad3 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
@@ -12,8 +12,6 @@
- name: update package lists
shell: |
apt-get update --allow-releaseinfo-change
- args:
- warn: false
- apt:
name: element-desktop