blob: c6dbe05acac7c31d42025c442e18617f3a67acad [file] [log] [blame]
---
- name: Install Apigee component for version {{ opdk_version }} or greater - {{ profile }}
command: '{{ apigee_setup }} -p {{ profile }} -f {{ opdk_installation_config_file }}'
when: opdk_version | version_compare('4.16.01', '>=')
environment:
no_proxy: "{{ no_proxy }}"
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
- name: Wait for ready
command: '{{ apigee_all }} wait_for_ready'
when: validate_ready | default(true)
environment:
no_proxy: "{{ no_proxy }}"
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"