| commit | 1556c35c2360c1203e09d78f6bdc5752296b7958 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Dec 19 09:10:40 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Dec 19 09:10:40 2017 -0500 |
| tree | 6efc0756928121c5e3e64e9df76ae8920902a21f | |
| parent | f9bc59d4bb9a8db76740efd4bd445506a0f94af5 [diff] |
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 }}"