mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bump twilio module version_added, changelog.
This commit is contained in:
parent
2215111ec5
commit
51f90c1712
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ New Modules:
|
|||
* packaging: homebrew_tap (OS X)
|
||||
* packaging: homebrew_cask (OS X)
|
||||
* notification: nexmo (SMS)
|
||||
* notification: twilio (SMS)
|
||||
* system: debconf
|
||||
* system: ufw
|
||||
* system: locale_gen
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
version_added: "1.5"
|
||||
version_added: "1.6"
|
||||
module: text
|
||||
short_description: Sends a text message to a mobile phone through Twilio.
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue