diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-01-10 15:45:03 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-01-10 15:45:03 +0000 |
| commit | 4cdb662d1ee723d3190d29d65732a1877d628fbf (patch) | |
| tree | 7053592524e7e2db4cc533349c874bd6cd5c6a26 | |
| parent | f0c3a3056f317aa1065fbf23668a245b62b55165 (diff) | |
Use more precise wording in prosody database step
Technically, the database is only being created and not fully set up.
| -rw-r--r-- | playbook.yaml | 2 |
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 |
