e3a0431c77
* fix win_unzip and win_share Powershell cmdlets output invalid JSONs (#42713)
(cherry picked from commit b2527c55c3
)
* Added changelog fragment
3 lines
224 B
YAML
3 lines
224 B
YAML
bugfixes:
|
|
- win_share - discard any cmdlet output we don't use to ensure only the return json is received by Ansible
|
|
- win_unzip - discard any cmdlet output we don't use to ensure only the return json is received by Ansible
|