mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
VMware: support check mode in all facts modules (#55689)
* vmware_cluster_facts * vmware_guest_facts * vmware_guest_snapshot_facts * vmware_host_capability_facts * vmware_host_package_facts * vmware_target_canonical_facts Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -207,7 +207,8 @@ def main():
|
||||
argument_spec=argument_spec,
|
||||
required_one_of=[
|
||||
['cluster_name', 'esxi_hostname'],
|
||||
]
|
||||
],
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
host_capability_manager = CapabilityFactsManager(module)
|
||||
|
||||
Reference in New Issue
Block a user