summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_psmodule/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_psmodule/handlers/main.yml')
-rw-r--r--test/integration/targets/win_psmodule/handlers/main.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/test/integration/targets/win_psmodule/handlers/main.yml b/test/integration/targets/win_psmodule/handlers/main.yml
deleted file mode 100644
index a3fd646da5..0000000000
--- a/test/integration/targets/win_psmodule/handlers/main.yml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-- name: re-add PSGallery repository
- win_shell: Register-PSRepository -Default -InstallationPolicy Untrusted
-
-- name: remove registered repos
- win_psrepository:
- name: '{{ item }}'
- state: absent
- loop:
- - PSRepo 1
- - PSRepo 2
-
-- name: remove CA cert from trusted root store
- win_certificate_store:
- thumbprint: '{{ ca_cert_import.thumbprints[0] }}'
- store_location: LocalMachine
- store_name: Root
- state: absent
-
-- name: remove signing key from trusted publisher store
- win_certificate_store:
- thumbprint: '{{ sign_cert_import.thumbprints[0] }}'
- store_location: LocalMachine
- store_name: TrustedPublisher
- state: absent
-
-- name: remove test packages
- win_psmodule:
- name: '{{ item }}'
- state: absent
- loop:
- - ansible-test1
- - ansible-test2
- - ansible-clobber \ No newline at end of file