summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_inet_proxy/tasks/main.yml
blob: f92a60eab57de9ea7646fbf7a6c43cb3cf3c9fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- 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