fix(postgresql): wait until action is succeeded

This commit is contained in:
Johanna Dorothea Reichmann 2022-08-11 08:43:50 +02:00
parent a7aecb27a1
commit 4b2ddf34da
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -121,7 +121,7 @@
login_host: "{{ postgresql_connection.login_host }}"
tags: [ 'deploy', 'deploy-postgresql' ]
register: postgresql_superuser_password_result
until: postgresql_superuser_password_result
until: postgresql_superuser_password_result is succeeded
retries: 5
delay: 3