Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-component-install
/
e29a96741327a06f009e081060631638586e701e
/
.
/
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 }}"