ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
204 stars 157 forks source link

win_region - fix junk output #390

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago
SUMMARY

The New-PSDrive cmdlet outputs data when called but wasn't captured in the module. To avoid impacting the normal module output result this should be redirected to null.

Fixes https://github.com/ansible-collections/community.windows/issues/381

ISSUE TYPE
COMPONENT NAME

win_region