| commit | f89662f218842a77cb871fae4fa6d823b6dfdd35 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Tue Sep 27 15:27:54 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Tue Sep 27 15:27:54 2016 -0400 |
| tree | 2d0f2a09772a6b617ab8d03a74cad2c9b8e59072 | |
| parent | 35dafdec8f21203d664d161454649b517d31108a [diff] |
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'