mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-15 12:27:38 +00:00
* Added win_http_proxy and win_inet_proxy * Fix up docs sanity issues * removed duplicate doc entry * Fix docs issues and fix for empty proxy * Removed <-loopback> for win_http_proxy * doc changes from review
14 lines
272 B
YAML
14 lines
272 B
YAML
---
|
|
- name: make sure we start the tests with no proxy set
|
|
win_http_proxy:
|
|
|
|
- block:
|
|
- name: run tests
|
|
include_tasks: tests.yml
|
|
|
|
always:
|
|
- name: remove any explicit proxy settings
|
|
win_http_proxy:
|
|
|
|
- name: reset WinINet proxy settings
|
|
win_inet_proxy:
|