blob: 7b25b28d4b5fc3b017722861be070a1279c75181 [file] [log] [blame]
---
- name: Clear errors
meta: clear_host_errors
- name: Install pre-existing Apigee component with no proxy - {{ component }}
shell: '/bin/bash {{ apigee_service }} {{ component }} install'
when: opdk_debug_mode is not defined or opdk_debug_mode | trim | lower == 'off'
- name: DEBUG_MODE - Install pre-existing Apigee component with no proxy - {{ component }}
shell: '/bin/bash -x {{ apigee_service }} {{ component }} install'
when: opdk_debug_mode is defined and opdk_debug_mode | trim | lower == 'on'
- name: Install Apigee component with no proxy - {{ component }}
shell: '/bin/bash {{ apigee_service }} {{ component }} install'
when: opdk_debug_mode is not defined or opdk_debug_mode | trim | lower == 'off'
- name: DEBUG_MODE - Install Apigee component with no proxy - {{ component }}
shell: '/bin/bash -x {{ apigee_service }} {{ component }} install'
when: opdk_debug_mode is defined and opdk_debug_mode | trim | lower == 'on'