summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_hosts/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_hosts/tasks/main.yml')
-rw-r--r--test/integration/targets/win_hosts/tasks/main.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/integration/targets/win_hosts/tasks/main.yml b/test/integration/targets/win_hosts/tasks/main.yml
deleted file mode 100644
index 0997375f9f..0000000000
--- a/test/integration/targets/win_hosts/tasks/main.yml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-- name: take a copy of the original hosts file
- win_copy:
- src: C:\Windows\System32\drivers\etc\hosts
- dest: '{{ remote_tmp_dir }}\hosts'
- remote_src: yes
-
-- block:
- - name: run tests
- include_tasks: tests.yml
-
- always:
- - name: restore hosts file
- win_copy:
- src: '{{ remote_tmp_dir }}\hosts'
- dest: C:\Windows\System32\drivers\etc\hosts
- remote_src: yes