mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
adds wait time for postgres setup as a variable
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
- name: Wait for Postgres to activate
|
||||
pause:
|
||||
seconds: 60
|
||||
seconds: "{{ postgress_activate_wait }}"
|
||||
when: openshift_pg_activate.changed or kubernetes_pg_activate.changed
|
||||
|
||||
- name: Set image names if using custom registry
|
||||
|
||||
Reference in New Issue
Block a user