updated so that we don't try to start a component that we didn't stop.
diff --git a/tasks/main.yml b/tasks/main.yml
index 2476d72..a2bf07e 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -9,3 +9,4 @@
 
 - name: Start component {{ component_profile }}
   shell: '{{ apigee_service }} {{ component_profile }} start'
+  when: component_profile != 'apigee-postgresql'