mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
cloudstack: add api_region arg
* docs in module_docs_fragments/cloudstack.py * implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083
This commit is contained in:
parent
e2481ff1e6
commit
297312546d
17 changed files with 17 additions and 0 deletions
|
@ -825,6 +825,7 @@ def main():
|
|||
api_url = dict(default=None),
|
||||
api_http_method = dict(choices=['get', 'post'], default='get'),
|
||||
api_timeout = dict(type='int', default=10),
|
||||
api_region = dict(default='cloudstack'),
|
||||
),
|
||||
mutually_exclusive = (
|
||||
['template', 'iso'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue