diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 18:36:35 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 18:36:35 +0100 |
| commit | 0f960bbb98cb83559bcd1de890ad34ed688bbf5c (patch) | |
| tree | cd06b745f0b5bf0ea71eda37b88fa865ca5163a5 | |
| parent | e8210ca95b35e2248702b4ffb7c244a90cdd94eb (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.yaml | 1 |
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 |
