worked to resolve collision between these roles.
diff --git a/tasks/main.yml b/tasks/main.yml index d95edf3..f9ddaed 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,7 +1,8 @@ --- - name: Install Apigee component with proxy - {{ component }} shell: '{{ apigee_service }} {{ component }} install' - executable: /usr/bin/bash + args: + executable: /usr/bin/bash environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"