diff --git a/roles/svc-db-postgres/tasks/02_init.yml b/roles/svc-db-postgres/tasks/02_init.yml index c497b4c7..ef123db7 100644 --- a/roles/svc-db-postgres/tasks/02_init.yml +++ b/roles/svc-db-postgres/tasks/02_init.yml @@ -5,6 +5,7 @@ until: pg_ready.rc == 0 retries: 30 delay: 5 + changed_when: false # 1) Create the database - name: "Create database: {{ database_name }}"