mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Remove unused quotes - source_control/github_hooks.py (#19159)
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user