diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-10-24 09:49:31 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-10-24 09:49:31 -0400 |
commit | 8ffe314ea55798c3af8b8a2e74782c190a19ef55 (patch) | |
tree | 5ee0aa767edcb16c8eb544f9cedac69d99616afd /windows | |
parent | 5ae16821be38d1eb8e57a0adf4dc13029e3c35ae (diff) | |
download | ansible-modules-extras-8ffe314ea55798c3af8b8a2e74782c190a19ef55.tar.gz |
corrected version
Diffstat (limited to 'windows')
-rw-r--r-- | windows/win_say.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_say.py b/windows/win_say.py index e82cf0f9..8ab15991 100644 --- a/windows/win_say.py +++ b/windows/win_say.py @@ -24,7 +24,7 @@ DOCUMENTATION = ''' --- module: win_say -version_added: "2.2" +version_added: "2.3" short_description: Text to speech module for Windows to speak messages and optionally play sounds description: - Uses .NET libraries to convert text to speech and optionally play .wav sounds. Audio Service needs to be running and some kind of speakers or headphones need to be attached to the windows target(s) for the speech to be audible. |