Update jitsi role
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
---
|
||||
# Install gnupg2 required for apt_key
|
||||
- name: Installing gnupg2
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name:
|
||||
- gnupg2
|
||||
|
||||
# Add GPG keys
|
||||
- name: Addding jitsi GPG key
|
||||
apt_key: url='https://download.jitsi.org/jitsi-key.gpg.key' state=present
|
||||
@@ -9,9 +17,11 @@
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
# Install Jitsi Server
|
||||
- name: Installing Jitsi Server
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name:
|
||||
- jitsi-meet
|
||||
# Later, fix with https://community.jitsi.org/t/silent-installation/55519
|
||||
# NO, because this has a manual interfention popup
|
||||
# NO - name: Installing Jitsi Server
|
||||
# NO apt:
|
||||
# NO update_cache: yes
|
||||
# NO state: present
|
||||
# NO name:
|
||||
# NO - jitsi-meet
|
||||
Reference in New Issue
Block a user