mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix default url in airbrake_deployment doc (#2078)
This commit is contained in:
committed by
Matt Clay
parent
7b1704640e
commit
d1c6b6f3b8
@@ -51,7 +51,7 @@ options:
|
||||
description:
|
||||
- Optional URL to submit the notification to. Use to send notifications to Airbrake-compliant tools like Errbit.
|
||||
required: false
|
||||
default: "https://airbrake.io/deploys"
|
||||
default: "https://airbrake.io/deploys.txt"
|
||||
version_added: "1.5"
|
||||
validate_certs:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user