From 4cdb662d1ee723d3190d29d65732a1877d628fbf Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 10 Jan 2026 15:45:03 +0000 Subject: Use more precise wording in prosody database step Technically, the database is only being created and not fully set up. --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbook.yaml') 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 -- cgit v1.2.3