summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Scherer <mscherer@users.noreply.github.com>2016-04-21 13:24:19 +0200
committerRené Moser <mail@renemoser.net>2016-04-21 13:24:19 +0200
commit14c323cc8e0e7175e3f0c5b09ea3a3589d6560a2 (patch)
treeeec1552d68b0a951fb23bea6fd3be2d3d4853405
parent54a6a470b56fc2381a420900e21542df7a6789a5 (diff)
downloadansible-modules-extras-14c323cc8e0e7175e3f0c5b09ea3a3589d6560a2.tar.gz
Fix default url in airbrake_deployment doc (#2078)
-rw-r--r--monitoring/airbrake_deployment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitoring/airbrake_deployment.py b/monitoring/airbrake_deployment.py
index a58df024..61ad74c1 100644
--- a/monitoring/airbrake_deployment.py
+++ b/monitoring/airbrake_deployment.py
@@ -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: