Skip to content

Commit

Permalink
Remove unused quotes - source_control/github_hooks.py (ansible#19159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fale authored and gundalow committed Dec 10, 2016
1 parent b42cda4 commit a8fa008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/source_control/github_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
# Example creating a new service hook. It ignores duplicates.
- github_hooks:
action: create
hookurl: 'http://11.111.111.111:2222'
hookurl: http://11.111.111.111:2222
user: '{{ gituser }}'
oauthkey: '{{ oauthkey }}'
repo: 'https://api.github.com/repos/pcgentry/Github-Auto-Deploy'
repo: https://api.github.com/repos/pcgentry/Github-Auto-Deploy
# Cleaning all hooks for this repo that had an error on the last update. Since this works for all hooks in a repo it is probably best that this would be called from a handler.
- github_hooks:
Expand Down

0 comments on commit a8fa008

Please sign in to comment.