mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
win_disk_image: return all mount paths in return value (#44799)
This commit is contained in:
parent
78eb4724a0
commit
533656694e
4 changed files with 21 additions and 8 deletions
|
@ -201,6 +201,8 @@ Noteworthy module changes
|
|||
|
||||
* The ``interface_name`` module option for ``na_ontap_net_vlan`` has been removed and should be removed from your playbooks
|
||||
|
||||
* The ``win_disk_image`` module has deprecated the return value ``mount_path``, use ``mount_paths[0]`` instead. This will
|
||||
be removed in Ansible 2.11.
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue