10a9cf59dd
* 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
16 lines
317 B
YAML
16 lines
317 B
YAML
---
|
|
- name: make sure we start the tests with the defaults
|
|
win_inet_proxy:
|
|
|
|
- block:
|
|
- name: run tests
|
|
include_tasks: tests.yml
|
|
|
|
always:
|
|
- name: reset proxy back to defaults
|
|
win_inet_proxy:
|
|
|
|
- name: remove phonebook entry
|
|
win_phonebook_entry:
|
|
name: Ansible Test Dialup
|
|
state: absent
|