added global handler and repository for jitsi

This commit is contained in:
2022-02-20 20:12:31 +01:00
parent d50e1038b8
commit 2bfa97b888
2 changed files with 35 additions and 0 deletions

View File

@@ -28,5 +28,13 @@
url: "https://download.jitsi.org/jitsi-key.gpg.key"
state: present # not required. choices: absent;present. Ensures that the key is present (added) or absent (revoked).
- name: jitsimeet | add repository
lineinfile:
path: "/etc/apt/sources.list.d/jitsi-stable.list"
line: "deb https://download.jitsi.org stable/"
create: True
backup: True
notify: apt_update
rescue:
- set_fact: task_failed=true