1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing syntax for mail callback doc (#35379)

This commit is contained in:
Marc Mercer 2018-02-05 23:14:08 -08:00 committed by scottb
parent df5fc7af67
commit 6bd4803c80

View file

@ -14,7 +14,7 @@ Example Callback Plugins
++++++++++++++++++++++++
The :doc:`log_plays <callback/log_plays>` callback is an example of how to record playbook events to a log file,
and the :doc:`mail callback/mail` callback sends email on playbook failures.
and the :doc:`mail <callback/mail>` callback sends email on playbook failures.
The :doc:`osx_say <callback/oxs_say>` callback responds with computer synthesized speech on OS X in relation to playbook events.