mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix Ansible documentation in part of example formatting (#334)
This commit is contained in:
@@ -65,12 +65,13 @@ author:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- hipchat:
|
||||
- name: Send a message to a Hipchat room
|
||||
hipchat:
|
||||
room: notif
|
||||
msg: Ansible task finished
|
||||
|
||||
# Use Hipchat API version 2
|
||||
- hipchat:
|
||||
- name: Send a message to a Hipchat room using Hipchat API version 2
|
||||
hipchat:
|
||||
api: https://api.hipchat.com/v2/
|
||||
token: OAUTH2_TOKEN
|
||||
room: notify
|
||||
|
||||
Reference in New Issue
Block a user