diff --git a/plugins/modules/appliance_info.py b/plugins/modules/appliance_info.py index f3b5690b..4fb8000b 100644 --- a/plugins/modules/appliance_info.py +++ b/plugins/modules/appliance_info.py @@ -37,6 +37,7 @@ default: all attributes: check_mode: + description: The check_mode support. support: full extends_documentation_fragment: - vmware.vmware.vmware_rest_client.documentation diff --git a/plugins/modules/guest_info.py b/plugins/modules/guest_info.py index 44be8a15..d335098b 100644 --- a/plugins/modules/guest_info.py +++ b/plugins/modules/guest_info.py @@ -32,6 +32,7 @@ type: str attributes: check_mode: + description: The check_mode support. support: full extends_documentation_fragment: - vmware.vmware.vmware_rest_client.documentation diff --git a/plugins/modules/license_info.py b/plugins/modules/license_info.py index 47863f30..6f78caa2 100644 --- a/plugins/modules/license_info.py +++ b/plugins/modules/license_info.py @@ -17,6 +17,7 @@ - Ansible Cloud Team (@ansible-collections) attributes: check_mode: + description: The check_mode support. support: full extends_documentation_fragment: - vmware.vmware.vmware.vcenter_documentation diff --git a/plugins/modules/vm_list_group_by_clusters.py b/plugins/modules/vm_list_group_by_clusters.py index 17a3643b..b1869bef 100644 --- a/plugins/modules/vm_list_group_by_clusters.py +++ b/plugins/modules/vm_list_group_by_clusters.py @@ -26,6 +26,7 @@ type: bool attributes: check_mode: + description: The check_mode support. support: full extends_documentation_fragment: - vmware.vmware.vmware_rest_client.documentation