blob: 71b2d50d1285092b77a56632c02234110a8d2159 [file] [log] [blame]
---
# tasks file for apigee-opdk-start-components
- name: Stop all Apigee components on the node
ignore_errors: yes
shell: '{{ apigee_all }} stop'
when: component_name == 'all' and opdk_version | version_compare('4.16.01', '>=')
- name: Stop a specific Apigee component on the node
ignore_errors: yes
shell: '{{ apigee_service }} {{ component_name }} stop'
when: component_name != 'all' and opdk_version | version_compare('4.16.01', '>=')