Skip to content

Commit

Permalink
win_acl/Certificates: Remove unneccesary PS module install
Browse files Browse the repository at this point in the history
  • Loading branch information
jpitlor committed Sep 6, 2023
1 parent 5f01ca9 commit cad34e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/targets/win_acl/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cad34e5

Please sign in to comment.