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:
Pilou 2019-02-26 16:46:35 +01:00 committed by Alicia Cozine
commit d8a2d64ec1
6 changed files with 121 additions and 94 deletions

View file

@ -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
======================