updated role
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index e23b54d..3cc4e92 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -2,7 +2,11 @@
- name: Install Apigee component with no proxy - {{ component }}
shell: '{{ apigee_service }} {{ component }} install'
when: opdk_debug_mode is not defined or opdk_debug_mode | trim | lower == 'off'
+ args:
+ executable: /bin/bash
- name: DEBUG_MODE - Install Apigee component with no proxy - {{ component }}
shell: '{{ apigee_service }} {{ component }} install'
when: opdk_debug_mode is defined and opdk_debug_mode | trim | lower == 'on'
+ args:
+ executable: /bin/bash