updated pg config
diff --git a/tasks/main.yml b/tasks/main.yml index 4b621f6..394b98c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -19,5 +19,8 @@ shell: '{{ apigee_service }} apigee-postgresql setup-replication-on-standby -f {{ opdk_installation_config_file }}' register: replication_output +- name: Ensure component is started + shell: "{{ apigee_service }} apigee-postgresql start" + - name: Validate postgres replication standby shell: '{{ apigee_service }} apigee-postgresql postgres-check-standby'