Improved semantics reflected in the task names
diff --git a/tasks/main.yml b/tasks/main.yml index 58bfd79..1e59b38 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,11 +1,11 @@ --- # tasks file for apigee-opdk-start-components -- name: Start Apigee component +- name: Start a specific Apigee component on the node ignore_errors: yes shell: '{{ apigee_all }} start' when: component_name == 'all' and opdk_version | version_compare('4.16.01', '>=') -- name: Start Apigee component +- name: Start all Apigee components on the node ignore_errors: yes shell: '{{ apigee_service }} {{ component_name }} start' when: component_name != 'all' and opdk_version | version_compare('4.16.01', '>=')