added logic around starting up component.
diff --git a/tasks/main.yml b/tasks/main.yml index 8bbe4e9..b785b28 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,6 +22,6 @@ shell: '{{ apigee_all }} start' 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', '>=') \ No newline at end of file +#- name: Validating component status a second time +# shell: '{{ apigee_all }} status' +# when: opdk_version | version_compare('4.16.01', '>=') \ No newline at end of file