updates to better use wait_for_ready
diff --git a/tasks/main.yml b/tasks/main.yml
index ec07676..8a6301d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -17,8 +17,8 @@
       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: Validating component status
   shell: '{{ apigee_all }} status'