osx_say: add espeak support, rename module to say (#33071)

* Rename osx_say module into say

* say: remove undocumented default value for voice parameter

* say: add support for espeak command

* say: handle check_mode

* say: handle GNUstep tool
This commit is contained in:
Pilou 2017-12-09 14:45:31 +01:00 committed by John R Barker
commit 326b208b19
5 changed files with 96 additions and 80 deletions

View file

@ -89,6 +89,8 @@ This option will be removed starting with Ansible version 2.9. The options ``get
and ``checksum_algorithm: md5`` can still be used if an MD5 checksum is
desired.
* ``osx_say`` module was renamed into :ref:`say <say>`.
Plugins
=======