mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Remove unused quotes - notification/hipchat.py (#19151)
This commit is contained in:
committed by
John R Barker
parent
617e82fe8c
commit
261fad8fee
@@ -91,7 +91,7 @@ EXAMPLES = '''
|
||||
|
||||
# Use Hipchat API version 2
|
||||
- hipchat:
|
||||
api: 'https://api.hipchat.com/v2/'
|
||||
api: https://api.hipchat.com/v2/
|
||||
token: OAUTH2_TOKEN
|
||||
room: notify
|
||||
msg: Ansible task finished
|
||||
|
||||
Reference in New Issue
Block a user