Updated updated pgmaster and pgstandby node configs.
diff --git a/tasks/main.yml b/tasks/main.yml
index f3b6c68..5d7014c 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -3,7 +3,6 @@
 - block:
 
   - name: Postgres replication standby
-    ignore_errors: "{{ ignore_errors | default(true) }}"
     shell: '{{ apigee_service }} apigee-postgresql setup-replication-on-standby -f {{ opdk_installation_config_file }}'
     register: replication_output
 
@@ -13,5 +12,4 @@
         update_max_wal_settings: "{{ replication_output.stdout | search('number of requested standby connections exceeds max_wal_senders') }}"
 
 - name: Validate postgres replication standby
-  ignore_errors: "{{ ignore_errors | default(true) }}"
   shell: '{{ apigee_service }} apigee-postgresql postgres-check-standby'