blob: 32fb02434bd6a02ac46b27b014bd4d7972460bc9 [file] [log] [blame]
---
- name: Download bootstrap with proxy
bootstrap:
dest_dir: '{{ opdk_installer_path }}'
version: '{{ opdk_version }}'
url: '{{ apigee_repo_url | default(default_apigee_repo_url) }}'
user_name: '{{ apigee_repo_user }}'
password: '{{ apigee_repo_password }}'
register: results
environment:
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"