mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -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
|
@ -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
|
||||
======================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue