prosody: Add lua-luaossl for mod_cloud_notify_encrypted

This commit is contained in:
Matthew Wild 2021-01-27 18:07:27 +00:00
parent 0836f369c1
commit eae03273ed
1 changed files with 6 additions and 0 deletions

View File

@ -118,3 +118,9 @@
loop:
- mod_update_check
- mod_update_notify
- name: "Install lua-ossl for encrypted push notifications"
apt:
name: lua-luaossl
state: present
install_recommends: no