summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-09-21 18:36:35 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-09-21 18:36:35 +0100
commit0f960bbb98cb83559bcd1de890ad34ed688bbf5c (patch)
treecd06b745f0b5bf0ea71eda37b88fa865ca5163a5
parente8210ca95b35e2248702b4ffb7c244a90cdd94eb (diff)
Ensure lua-unbound is manually installed
Prosody falls back to a legacy DNS module and also logs warnings if lua-unbound is not installed.
-rw-r--r--playbook.yaml1
1 files changed, 1 insertions, 0 deletions
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