mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix version_added for url in airbrake_deployment module
This commit is contained in:
parent
dfa8aef408
commit
325bbf7dee
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ options:
|
|||
- Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.
|
||||
required: false
|
||||
default: "https://airbrake.io/deploys"
|
||||
version_added: "1.5"
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(no), SSL certificates for the target url will not be validated. This should only be used
|
||||
|
|
Loading…
Reference in a new issue