mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
Fix Ansible documentation in part of example formatting (#334)
This commit is contained in:
parent
58ed77e851
commit
983d937b7b
58 changed files with 376 additions and 353 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue