mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -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
|
@ -227,7 +227,7 @@ def main():
|
|||
]),
|
||||
meta_data_host=dict(),
|
||||
),
|
||||
supports_check_mode=False
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
||||
if not HAS_LIB_YAML:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue