diff options
| -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 |
