summaryrefslogtreecommitdiff
path: root/ansible/roles/riot-host/tasks/main.yml
blob: f5e40866c9e54f9cd4ddfd66074b5272e7112742 (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: riot-web