summaryrefslogtreecommitdiff
path: root/ansible/roles/riot-host/tasks/main.yml
blob: 8fc85634c0c2e11392041462a8fb6242f9398d32 (plain)
1
2
3
4
5
6
7
8
9
10
- name: "get 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/ {{ debian_codename }} main"

- apt:
    name: element-desktop