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
|
||||
- hipchat:
|
||||
api: 'https://api.hipchat.com/v2/'
|
||||
api: https://api.hipchat.com/v2/
|
||||
token: OAUTH2_TOKEN
|
||||
room: notify
|
||||
msg: Ansible task finished
|
||||
|
|
Loading…
Reference in a new issue