commit | 5d05baafc32a43f35ded6f6a096bc5ce1826d54b | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Sun Feb 11 21:30:10 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Sun Feb 11 21:30:10 2018 -0500 |
tree | 2587b4ac9332a700481773d8851843daf9a2ae91 | |
parent | f9175a03b0315453d7d1e01eb6bb567454b4806a [diff] |
clean up bootstrap
diff --git a/tasks/main.yml b/tasks/main.yml index dccaa20..b9fe4b2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,6 +1,6 @@ --- - name: Install Apigee component with proxy - {{ component }} - command: '/bin/bash {{ apigee_service }} {{ component }} install' + command: '{{ apigee_service }} {{ component }} install' environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"