From cad34e5f0657c693fe33e618dcd64f13193c7aa7 Mon Sep 17 00:00:00 2001 From: Jordan Pitlor Date: Tue, 5 Sep 2023 23:34:30 -0400 Subject: [PATCH] win_acl/Certificates: Remove unneccesary PS module install --- tests/integration/targets/win_acl/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/targets/win_acl/tasks/main.yml b/tests/integration/targets/win_acl/tasks/main.yml index 276f28dd..4fec9b66 100644 --- a/tests/integration/targets/win_acl/tasks/main.yml +++ b/tests/integration/targets/win_acl/tasks/main.yml @@ -16,9 +16,6 @@ - absent - present -- name: add PKI module to Powershell to create testing certificate - win_shell: Import-Module PKI - - name: create certificate for testing win_shell: '(New-SelfSignedCertificate -Subject "ACL Test" -KeyExportPolicy Exportable).Thumbprint' register: test_acl_certificate_thumbprint