mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-12 23:37:12 +00:00
fix(postgresql): wait until action is succeeded
This commit is contained in:
parent
a7aecb27a1
commit
4b2ddf34da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue