blob: 6aff08f66ea344ff9bd8ada287e95b1d256abc3d [file] [log] [blame]
---
# tasks file for apigee-opdk-update-component-inplace
- name: Determine if component was previously installed
stat:
path: "{{ apigee_home }}/{{ component }}"
register: component_state
- name: Update apigee component
shell: '{{ apigee_service }} {{ component }} update'
when: component_state.stat.exists