a2d6f9acd9
* Wrap Get-MachineSid's body in a try/catch It's not critical information and there's been a number of issues over the years with trying to retrieve it. If an exception is thrown just return null. Fixes: #47813 (cherry picked from commitb8a41a90b8
) * add changelog (cherry picked from commit277690bcc6
)
2 lines
133 B
YAML
2 lines
133 B
YAML
bugfixes:
|
|
- setup (Windows) - prevent setup module failure if Get-MachineSid fails (https://github.com/ansible/ansible/issues/47813)
|