mirror of https://github.com/ansible/ansible.git
Windows - Support WDAC Audit Mode (#84730)
Fix up bug when attempting to run any module on a Windows host that has been configured with WDAC and Dynamic Code Security in audit mode. This does not enable WDAC support with signed scripts so Ansible will still not pass the audit events but it no longer fails to run.pull/84735/head
parent
a742e20fca
commit
e5ec1ee76c
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
Windows - add support for running on system where WDAC is in audit mode with
|
||||
``Dynamic Code Security`` enabled.
|
||||
Loading…
Reference in New Issue