updates to better use wait_for_ready
diff --git a/tasks/main.yml b/tasks/main.yml
index 80a11f5..41971cf 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -15,10 +15,10 @@
       shell: '{{ apigee_all }} start'
       when: opdk_version | version_compare('4.16.01', '>=')
 
-    - name: Wait for ready
-      shell: '{{ apigee_all }} wait_for_ready'
+- name: Wait for ready
+  shell: '{{ apigee_all }} wait_for_ready'
 
-  - name: Validate component status
-    shell: '{{ apigee_all }} status'
-    when: opdk_version | version_compare('4.16.01', '>=')
+- name: Validate component status
+  shell: '{{ apigee_all }} status'
+  when: opdk_version | version_compare('4.16.01', '>=')