mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
cloudstack: make facts run in check mode
This commit is contained in:
parent
c16b1844a9
commit
e2914a45e1
3 changed files with 3 additions and 3 deletions
|
@ -289,7 +289,7 @@ def main():
|
|||
|
||||
module = AnsibleModule(
|
||||
argument_spec=argument_spec,
|
||||
supports_check_mode=False,
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
cs_instance_facts = AnsibleCloudStackInstanceFacts(module=module).run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue