mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 07:19:10 -07:00
osx_say callback plugin: add espeak support, rename to say (#33740)
* rename into say * add support for espeak command * adds symlink from osx_say to say * Update version number
This commit is contained in:
parent
a361140680
commit
d8a2d64ec1
6 changed files with 121 additions and 94 deletions
|
@ -19,7 +19,7 @@ Example callback plugins
|
|||
The :ref:`log_plays <log_plays_callback>` callback is an example of how to record playbook events to a log file,
|
||||
and the :ref:`mail <mail_callback>` callback sends email on playbook failures.
|
||||
|
||||
The :ref:`osx_say <osx_say_callback>` callback responds with computer synthesized speech on macOS in relation to playbook events.
|
||||
The :ref:`say <say_callback>` callback responds with computer synthesized speech in relation to playbook events.
|
||||
|
||||
.. _enabling_callbacks:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue