mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
win_disk_image: return all mount paths in return value (#44799)
This commit is contained in:
4
changelogs/fragments/win_disk_image-mount-paths.yaml
Normal file
4
changelogs/fragments/win_disk_image-mount-paths.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- win_disk_image - return a list of mount paths with the return value ``mount_paths``, this will always be a list and contain all mount points in an image
|
||||
deprecated_features:
|
||||
- win_disk_image - the return value ``mount_path`` is deprecated and will be removed in 2.11, this can be accessed through ``mount_paths[0]`` instead.
|
||||
Reference in New Issue
Block a user