mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused quotes - source_control/github_hooks.py (#19159)
This commit is contained in:
parent
b42cda4dd2
commit
a8fa008bbe
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue