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:
parent
df5fc7af67
commit
6bd4803c80
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
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.
|
The :doc:`osx_say <callback/oxs_say>` callback responds with computer synthesized speech on OS X in relation to playbook events.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue