mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
991a9dfa12
commit
bc3e7bbeba
109 changed files with 208 additions and 179 deletions
|
@ -55,4 +55,5 @@ options:
|
|||
- This should only be used on private instances of the CloudControl API that use self-signed certificates.
|
||||
required: false
|
||||
default: true
|
||||
type: bool
|
||||
'''
|
||||
|
|
|
@ -30,6 +30,7 @@ options:
|
|||
- Should we wait for the task to complete before moving onto the next.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
wait_time:
|
||||
description:
|
||||
- The maximum amount of time (in seconds) to wait for the task to complete.
|
||||
|
|
|
@ -29,6 +29,7 @@ options:
|
|||
- If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
|
||||
required: false
|
||||
default: 'yes'
|
||||
type: bool
|
||||
|
||||
nitro_timeout:
|
||||
description:
|
||||
|
|
|
@ -109,6 +109,7 @@ options:
|
|||
description:
|
||||
- Whether or not to require SSL validation of API endpoints.
|
||||
version_added: 1.5
|
||||
type: bool
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- pyrax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue