mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
VMware: Add check mode support to module vmware_host_firewall_facts (#46265)
This commit is contained in:
parent
ab26119637
commit
a4961ff32a
2 changed files with 32 additions and 1 deletions
|
@ -143,7 +143,8 @@ def main():
|
|||
argument_spec=argument_spec,
|
||||
required_one_of=[
|
||||
['cluster_name', 'esxi_hostname'],
|
||||
]
|
||||
],
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
||||
vmware_host_firewall = FirewallFactsManager(module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue