mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
adds wait time for postgres setup as a variable
This commit is contained in:
@@ -42,3 +42,5 @@ openshift_pg_pvc_name: postgresql
|
||||
kubernetes_deployment_name: awx
|
||||
|
||||
kubernetes_deployment_replica_size: 1
|
||||
|
||||
postgress_activate_wait: 60
|
||||
|
||||
@@ -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