blob: 70a3af79e800e1fa05338d91bd9221d8d65b6e8b [file] [log] [blame]
---
- 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'