| commit | ed480d4d66d8746ee0c6a709e02fd6ee2137e22f | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Dec 19 09:15:45 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Dec 19 09:15:45 2017 -0500 |
| tree | a1c35087bdea77845daa8c8f6197f9ed9624b080 | |
| parent | 1556c35c2360c1203e09d78f6bdc5752296b7958 [diff] |
worked to resolve collision between these roles.
diff --git a/tasks/main.yml b/tasks/main.yml index f9ddaed..727b8ee 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,8 +1,6 @@ --- - name: Install Apigee component with proxy - {{ component }} shell: '{{ apigee_service }} {{ component }} install' - args: - executable: /usr/bin/bash environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"