From 9ca2fef23a1bf967f822b13af085098ddd75c3aa Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 24 Oct 2016 09:49:31 -0400 Subject: [PATCH] corrected version --- lib/ansible/modules/extras/windows/win_say.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/windows/win_say.py b/lib/ansible/modules/extras/windows/win_say.py index e82cf0f978..8ab159912b 100644 --- a/lib/ansible/modules/extras/windows/win_say.py +++ b/lib/ansible/modules/extras/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.