nutanix / nutanix.ansible

Official Nutanix Ansible collections
GNU General Public License v3.0
64 stars 36 forks source link

[Imprv] Add detailed doc for using uuid in modules #433

Open bhati-pradeep opened 10 months ago

bhati-pradeep commented 10 months ago

Describe the request Many modules support CRUD operations and this workflow uses UUID for decision. For example, giving vm_uuid updates and deletes vm as per state.

Add this kind of key details in doc.

Additional docs can be added here : https://github.com/nutanix/nutanix.ansible/blob/923e9c76915c55006882df6b0623ffb781ed854d/plugins/modules/ntnx_vms.py#L46.

bhati-pradeep commented 10 months ago

@Gevorg-Khachatryan-97 can you add this docs in the module docs ? We can use doc_fragements and include it in all supported modules.