mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
cloudstack: add new param api_timeout
This commit is contained in:
parent
218c0bce18
commit
2ca6d151b2
11 changed files with 11 additions and 0 deletions
|
@ -801,6 +801,7 @@ def main():
|
|||
api_secret = dict(default=None, no_log=True),
|
||||
api_url = dict(default=None),
|
||||
api_http_method = dict(default='get'),
|
||||
api_timeout = dict(type='int', default=10),
|
||||
),
|
||||
required_together = (
|
||||
['api_key', 'api_secret', 'api_url'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue