mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 09:45:13 +00:00
* short_description fix batch 3
* Update plugins/modules/telegram.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6b20572ea1)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
4ed5177d60
commit
b765938b79
48 changed files with 48 additions and 48 deletions
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: say
|
||||
short_description: Makes a computer to speak.
|
||||
short_description: Makes a computer to speak
|
||||
description:
|
||||
- makes a computer speak! Amuse your friends, annoy your coworkers!
|
||||
notes:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ author:
|
|||
- "Artem Feofanov (@tyouxa)"
|
||||
- "Nikolai Lomov (@lomserman)"
|
||||
|
||||
short_description: module for sending notifications via telegram
|
||||
short_description: Send notifications via telegram
|
||||
|
||||
description:
|
||||
- Send notifications via telegram bot, to a verified group or user.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: twilio
|
||||
short_description: Sends a text message to a mobile phone through Twilio.
|
||||
short_description: Sends a text message to a mobile phone through Twilio
|
||||
description:
|
||||
- Sends a text message to a phone number through the Twilio messaging API.
|
||||
notes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue