commit | 700dcb0ca94ceb7c5a29d1a24cec022fcd42cf07 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Dec 18 22:47:23 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Dec 18 22:47:23 2017 -0500 |
tree | a1c35087bdea77845daa8c8f6197f9ed9624b080 | |
parent | 700a7f7a0c6c527de825fcb5407f0fbe4781078b [diff] |
worked to resolve collision between these roles.
diff --git a/tasks/main.yml b/tasks/main.yml index 3b978e5..727b8ee 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,6 +1,6 @@ --- - name: Install Apigee component with proxy - {{ component }} - shell: 'bash {{ apigee_service }} {{ component }} install' + shell: '{{ apigee_service }} {{ component }} install' environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"