mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Add arg and doc validation for PowerShell modules (#53615)
* Add arg and doc validation for PowerShell modules * Verify if pwsh exists before running it
This commit is contained in:
parent
da9b19cef7
commit
f297229b52
13 changed files with 159 additions and 11 deletions
|
@ -91,7 +91,7 @@ options:
|
|||
- A valid, numeric, HTTP status code that signifies success of the request.
|
||||
- Can also be comma separated list of status codes.
|
||||
type: list
|
||||
default: 200
|
||||
default: [ 200 ]
|
||||
version_added: '2.4'
|
||||
timeout:
|
||||
description:
|
||||
|
@ -123,7 +123,7 @@ options:
|
|||
or C(follow_redirects) is set to C(none),
|
||||
or set to C(safe) when not doing C(GET) or C(HEAD) it prevents all redirection.
|
||||
type: int
|
||||
default: 5
|
||||
default: 50
|
||||
version_added: '2.4'
|
||||
validate_certs:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue