updates to postgres and analysis
diff --git a/tasks/main.yml b/tasks/main.yml
index f12dacb..d854cb2 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -18,8 +18,8 @@
       shell: '{{ apigee_service }} apigee-postgresql setup-replication-on-standby -f {{ opdk_installation_config_file }}'
 
 - block:
-   - name: Ensure component is started
-      shell: "{{ apigee_service }} apigee-postgresql start"
+  - name: Ensure component is started
+    shell: "{{ apigee_service }} apigee-postgresql start"
 
   - name: Wait for ready
     command: '{{ apigee_all }} wait_for_ready'