Commit 325bbf7d by James Tanner

Fix version_added for url in airbrake_deployment module

parent dfa8aef4
...@@ -52,6 +52,7 @@ options: ...@@ -52,6 +52,7 @@ options:
- Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit. - Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.
required: false required: false
default: "https://airbrake.io/deploys" default: "https://airbrake.io/deploys"
version_added: "1.5"
validate_certs: validate_certs:
description: description:
- If C(no), SSL certificates for the target url will not be validated. This should only be used - If C(no), SSL certificates for the target url will not be validated. This should only be used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment