Request for enhancement of the documentation for ansible module vmware_guest_snapshot

Hi Folks,

I would like to request an enhancement of the module documentation for the vmware_guest_snapshot module.

From the GitHub issue 22644 and this thread I know that using the parameter ‘folder’ is mandatory. But the documentation still says that it is not required.

As another enhancement I would like to suggest to use all required parameters in the examples section. All given examples won’t work becaus the required parameter ‘datacenter’ is not specified.

I already had a look into “I’d like to help with documentation” but I couldn’t find the place with the module documentation on GitHub.

What do you think about my suggestions?

Regards,
Joerg

You would want to do a PR on https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/vmware/vmware_guest_snapshot.py

Thank you for pointing me in the right direction. I’ve created PR 25221 yesterday.