mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 12:59:09 -07: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:
parent
8328eaee91
commit
216d8b5254
6 changed files with 9 additions and 3 deletions
|
@ -138,6 +138,7 @@ def main():
|
|||
module = AnsibleModule(argument_spec=argument_spec,
|
||||
required_together=[['name', 'folder']],
|
||||
required_one_of=[['name', 'uuid']],
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
if module.params['folder']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue