mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -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:
|
||||
|
||||
|
||||
@@ -242,6 +242,8 @@ Plugins
|
||||
|
||||
* Play recap now counts ``ignored`` and ``rescued`` tasks as well as ``ok``, ``changed``, ``unreachable``, ``failed`` and ``skipped`` tasks, thanks to two additional stat counters in the ``default`` callback plugin. Tasks that fail and have ``ignore_errors: yes`` set are listed as ``ignored``. Tasks that fail and then execute a rescue section are listed as ``rescued``. Note that ``rescued`` tasks are no longer counted as ``failed`` as in Ansible 2.7 (and earlier).
|
||||
|
||||
* ``osx_say`` callback plugin was renamed into :ref:`say <say_callback>`.
|
||||
|
||||
Porting custom scripts
|
||||
======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user