updated to make sure an start is always done after a component is installed
diff --git a/tasks/main.yml b/tasks/main.yml index fc855f6..8d02f67 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,6 +6,11 @@ shell: '{{ apigee_setup }} -p {{ profile }} -f {{ opdk_installation_config_file }}' when: opdk_version | version_compare('4.16.01', '>=') + - name: Checking to see if failure was real by starting the components + ignore_errors: yes + shell: '{{ apigee_all }} start' + when: opdk_version | version_compare('4.16.01', '>=') + rescue: - name: Checking to see if failure was real by starting the components @@ -13,7 +18,6 @@ shell: '{{ apigee_all }} start' when: opdk_version | version_compare('4.16.01', '>=') - - name: Obtain server self report - {{ profile }} ignore_errors: yes opdk_server_self: