summaryrefslogtreecommitdiff
path: root/ansible/roles/riot-host
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-04 15:25:35 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-04 15:25:35 +0300
commit83b7c89e8ce2c4d7aafc03598b423cba69da7bd6 (patch)
tree23871c7b7ec6dfde2fc3920abc61d3001e5a086a /ansible/roles/riot-host
parent9d2bfbaef47c75de6dc1f2e07a250ee129d0432c (diff)
downloadansibleness-83b7c89e8ce2c4d7aafc03598b423cba69da7bd6.tar.gz
fix: install element-desktop from .deb
Sponsored-by: author
Diffstat (limited to 'ansible/roles/riot-host')
-rw-r--r--ansible/roles/riot-host/files/riot-im-archive-keyring.gpgbin2887 -> 2577 bytes
-rw-r--r--ansible/roles/riot-host/tasks/main.yml3
2 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/riot-host/files/riot-im-archive-keyring.gpg b/ansible/roles/riot-host/files/riot-im-archive-keyring.gpg
index 888764a..fe7e26b 100644
--- a/ansible/roles/riot-host/files/riot-im-archive-keyring.gpg
+++ b/ansible/roles/riot-host/files/riot-im-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 01c9a80..0cc820e 100644
--- a/ansible/roles/riot-host/tasks/main.yml
+++ b/ansible/roles/riot-host/tasks/main.yml
@@ -1,10 +1,11 @@
-- name: "get riot.im keyring"
+- name: "install riot.im keyring"
copy:
src: riot-im-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"
+ update_cache: yes
- apt:
name: element-desktop