ansible-collections / community.windows

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

Fix to win_disk_facts #502

Closed benjfield closed 1 year ago

benjfield commented 1 year ago
SUMMARY

Small fix to bug that occurs with certain disk types on windows, which do not exist as physical disks or have disk numbers. Fixed #474 and a secondary issue that occurs even if you add a filter to skip that code.

ISSUE TYPE
COMPONENT NAME

win_disk_facts

ADDITIONAL INFORMATION

See Issue for details on bug. Now runs succesfully.

jborean93 commented 1 year ago

Thanks for fixing this.