diff --git a/ansible/tasks/prosody.yml b/ansible/tasks/prosody.yml index ec8ea72..f9af4c4 100644 --- a/ansible/tasks/prosody.yml +++ b/ansible/tasks/prosody.yml @@ -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