mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 11:40:22 -07:00
Amend docs formatting.
This commit is contained in:
parent
9ca0289dee
commit
cfef24cc98
1 changed files with 1 additions and 3 deletions
|
@ -7,6 +7,7 @@ module: campfire
|
||||||
short_description: Send a message to Campfire
|
short_description: Send a message to Campfire
|
||||||
description:
|
description:
|
||||||
- Send a message to Campfire.
|
- Send a message to Campfire.
|
||||||
|
- Messages with newlines will result in a "Paste" message being sent.
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
options:
|
options:
|
||||||
subscription:
|
subscription:
|
||||||
|
@ -43,9 +44,6 @@ author: Adam Garside <adam.garside@gmail.com>
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
action: campfire subscription=foo token=12345 room=123 msg="Task completed."
|
action: campfire subscription=foo token=12345 room=123 msg="Task completed."
|
||||||
|
|
||||||
action: campfire subscription=foo token=12345 room=123 msg="Messages
|
|
||||||
with\nNewlines will result in a PasteMessage type being sent."
|
|
||||||
|
|
||||||
action: campfire subscription=foo token=12345 room=123 notify=loggins
|
action: campfire subscription=foo token=12345 room=123 notify=loggins
|
||||||
msg="Task completed ... with feeling."
|
msg="Task completed ... with feeling."
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue