updated to fail the play if the component fails to start.
diff --git a/tasks/main.yml b/tasks/main.yml
index 2102baf..047fcbf 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -24,6 +24,6 @@
       pause:
         seconds: '{{ component_start_delay | default(1) }}'
 
-  - name: Validating component status a second time
-    shell: '{{ apigee_all }} status'
-    when: opdk_version | version_compare('4.16.01', '>=')
+- name: Validating component status a second time
+  shell: '{{ apigee_all }} status'
+  when: opdk_version | version_compare('4.16.01', '>=')