mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
317 B
YAML
17 lines
317 B
YAML
6 years ago
|
---
|
||
|
- 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
|