commit | 0ba661abcdfdcf8d31cd6c51b4a02a2a9c30e8e6 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Jan 23 21:28:19 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Jan 23 21:28:19 2018 -0500 |
tree | db26ca11d77ece49cfd15e5f662be061b407d3d6 | |
parent | ed480d4d66d8746ee0c6a709e02fd6ee2137e22f [diff] |
updated roles
diff --git a/tasks/main.yml b/tasks/main.yml index 727b8ee..7ec591d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,6 +1,6 @@ --- - name: Install Apigee component with proxy - {{ component }} - shell: '{{ apigee_service }} {{ component }} install' + shell: '/usr/bin/bash {{ apigee_service }} {{ component }} install' environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"