mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused quotes - notification/hipchat.py (#19151)
This commit is contained in:
parent
617e82fe8c
commit
261fad8fee
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Use Hipchat API version 2
|
# Use Hipchat API version 2
|
||||||
- hipchat:
|
- hipchat:
|
||||||
api: 'https://api.hipchat.com/v2/'
|
api: https://api.hipchat.com/v2/
|
||||||
token: OAUTH2_TOKEN
|
token: OAUTH2_TOKEN
|
||||||
room: notify
|
room: notify
|
||||||
msg: Ansible task finished
|
msg: Ansible task finished
|
||||||
|
|
Loading…
Reference in a new issue