mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
VMware: Add check mode support in vmware_host_config_facts (#46272)
This commit is contained in:
parent
77fee07a88
commit
1589424c3e
2 changed files with 32 additions and 1 deletions
|
@ -106,7 +106,8 @@ def main():
|
|||
argument_spec=argument_spec,
|
||||
required_one_of=[
|
||||
['cluster_name', 'esxi_hostname'],
|
||||
]
|
||||
],
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
||||
vmware_host_config = VmwareConfigFactsManager(module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue