mirror of https://github.com/ansible/ansible.git
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.
(cherry picked from commit e5ec1ee76c)
pull/84810/head
parent
5307ef6e63
commit
6d7c4701c7
@ -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