Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
4ec3f3c1
Commit
4ec3f3c1
authored
Mar 10, 2014
by
Michael DeHaan
Committed by
James Cammarata
Mar 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing comma in argument spec.
parent
43203bac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library/monitoring/airbrake_deployment
+2
-2
No files found.
library/monitoring/airbrake_deployment
View file @
4ec3f3c1
...
...
@@ -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"
validate_certs:
description:
- If C(no), SSL certificates for the target url will not be validated. This should only be used
...
...
@@ -84,7 +84,7 @@ def main():
user
=
dict
(
required
=
False
),
repo
=
dict
(
required
=
False
),
revision
=
dict
(
required
=
False
),
url
=
dict
(
required
=
False
,
default
=
'https://api.airbrake.io/deploys.txt'
)
url
=
dict
(
required
=
False
,
default
=
'https://api.airbrake.io/deploys.txt'
)
,
validate_certs
=
dict
(
default
=
'yes'
,
type
=
'bool'
),
),
supports_check_mode
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment