mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 21:39:10 -07:00
Add support for adding custom query parameters to URL (#46390)
This commit is contained in:
parent
ec441cd4bc
commit
338605882e
6 changed files with 105 additions and 18 deletions
|
@ -22,6 +22,11 @@ options:
|
|||
- HTTP timeout to Scaleway API in seconds.
|
||||
default: 30
|
||||
aliases: ['timeout']
|
||||
query_parameters:
|
||||
description:
|
||||
- List of parameters passed to the query string
|
||||
type: dict
|
||||
default: {}
|
||||
validate_certs:
|
||||
description:
|
||||
- Validate SSL certs of the Scaleway API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue