summaryrefslogtreecommitdiff
path: root/playbook.yaml
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2026-01-10 15:45:03 +0000
committerMatthew Fennell <matthew@fennell.dev>2026-01-10 15:45:03 +0000
commit4cdb662d1ee723d3190d29d65732a1877d628fbf (patch)
tree7053592524e7e2db4cc533349c874bd6cd5c6a26 /playbook.yaml
parentf0c3a3056f317aa1065fbf23668a245b62b55165 (diff)
Use more precise wording in prosody database step
Technically, the database is only being created and not fully set up.
Diffstat (limited to 'playbook.yaml')
-rw-r--r--playbook.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.yaml b/playbook.yaml
index e2143b3..be2e655 100644
--- a/playbook.yaml
+++ b/playbook.yaml
@@ -367,7 +367,7 @@
notify: Restart coturn
when: not is_transport_server
- - name: Ensure prosody database is set up
+ - name: Ensure prosody database is created
community.postgresql.postgresql_db:
name: prosody
become: true