mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
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:
parent
50dc1f09ad
commit
326b208b19
5 changed files with 96 additions and 80 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue