[Jitsi] Remove dependencies that not in the good role

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-04 18:03:29 +01:00
parent 3deae233b1
commit b34b1aac4f
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 3 deletions

View File

@ -1,13 +1,11 @@
---
- name: Install basic Jitsi dependencies
- name: Install GPG dependencies
apt:
update_cache: true
install_recommends: false
name:
- apt-transport-https
- gnupg2
- nginx
- sudo
register: apt_result
retries: 3
until: apt_result is succeeded