Remove unused quotes - source_control/github_hooks.py (#19159)

pull/19164/head
Fabio Alessandro Locati 8 years ago committed by John R Barker
parent b42cda4dd2
commit a8fa008bbe

@ -83,10 +83,10 @@ EXAMPLES = '''
# 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:

Loading…
Cancel
Save