mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: notify_grove
|
||||
module: grove
|
||||
version_added: 1.4
|
||||
short_description: Sends a notification to a grove.io channel
|
||||
description:
|
||||
- The M(notify_grove) modules sends a message for a service to a Grove.io
|
||||
- The M(grove) module sends a message for a service to a Grove.io
|
||||
channel.
|
||||
options:
|
||||
channel_token:
|
||||
@@ -33,12 +34,10 @@ author: Jonas Pfenniger <zimbatm@zimbatm.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Creates a json file for chef-solo
|
||||
- notify_grove:
|
||||
args:
|
||||
channel_token: 6Ph62VBBJOccmtTPZbubiPzdrhipZXtg
|
||||
service: my-app
|
||||
message: deployed {{ target }}
|
||||
- grove: >
|
||||
channel_token=6Ph62VBBJOccmtTPZbubiPzdrhipZXtg
|
||||
service=my-app
|
||||
message=deployed {{ target }}
|
||||
'''
|
||||
|
||||
import urllib
|
||||
@@ -22,6 +22,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: irc
|
||||
version_added: "1.2"
|
||||
short_description: Send a message to an IRC channel
|
||||
description:
|
||||
- Send a message to an IRC channel. This is a very simplistic implementation.
|
||||
|
||||
Reference in New Issue
Block a user