Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-component-install
/
fb8693f7a772edcc9a6f5986dc22c6edd064f8c8
/
.
/
tasks
/
with_proxy.yml
blob: 9805b063ce21f55518c19b9e26266911a54ebded [
file
] [
log
] [
blame
]
---
-
name:
Install Apigee component with proxy
-
{{ component }}
shell:
'{{ apigee_service }} {{ component }} install'
environment:
http_proxy:
"{{ http_proxy }}"
https_proxy:
"{{ https_proxy }}"
no_proxy:
"{{ no_proxy }}"