systemli / ansible-role-jitsi-meet

Ansible role to install & configure Jitsi Meet
GNU General Public License v3.0
44 stars 18 forks source link

Missing GPG package #35

Closed fenimore closed 4 years ago

fenimore commented 4 years ago

This is great! Thanks so much!

This mostly works out of the box! The exception is that the GPG package is missing.

TASK [systemli.jitsi_meet : Enable prosody] ******************************************
ok: [64.227.17.188]

TASK [systemli.jitsi_meet : Fetch signing key for Jitsi repository] ******************
fatal: [64.227.17.188]: FAILED! => {"changed": false, "msg": "Failed to find required executable gpg in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"}

I'm running Debian 10.3 x64 on a Digitial Ocean Droplet.

apt install gpg manually fixed it

fenimore commented 4 years ago

oh :facepalm: I realize this is part of the nginx req that is needed for jitsi in the first place