From 0f960bbb98cb83559bcd1de890ad34ed688bbf5c Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 21 Sep 2025 18:36:35 +0100 Subject: Ensure lua-unbound is manually installed Prosody falls back to a legacy DNS module and also logs warnings if lua-unbound is not installed. --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index c551456..014c863 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -214,6 +214,7 @@ ansible.builtin.apt: name: - lua-dbi-postgresql # Prosody postgres connection + - lua-unbound # Prosody DNS resolution - postgresql # Database - prosody # XMPP server - prosody-modules # Extra addons -- cgit v1.2.3