blob: 62d012fb1f5f6d5f85c3b3824f7072276cf97aba [file] [log] [blame]
---
# tasks file for external-port-connectivity-validator-server
- name: Do not use proxy definitions
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