Updated to remove debugging statements.
diff --git a/tasks/main.yml b/tasks/main.yml
index fda1cb7..1ec1c83 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -8,12 +8,10 @@
file:
path: '{{ apigee_installation_home }}/data/apigee-postgresql/pgdata'
state: absent
-- pause:
- name: Postgres replication standby
shell: '{{ apigee_service }} apigee-postgresql setup-replication-on-standby -f {{ opdk_installation_config_file }}'
register: results
-- pause:
- name: Validate posgres replication standby
shell: '{{ apigee_service }} apigee-postgresql postgres-check-standby'