blob: 2b2e3e693a33d3035c00c5e8c6f72962fcd17a23 [file] [log] [blame]
---
# tasks file for apigee-opdk-setup-os
- name: Do not use proxy definitions
become_flags: beroot
include: with_no_proxy.yml
when: http_proxy is not defined and https_proxy is not defined
- name: Use proxy definitions
include: with_proxy.yml
when: http_proxy is defined and https_proxy is defined