Documentation

osx_say - Makes an OSX computer to speak.

Synopsis

  • makes an OS computer speak! Amuse your friends, annoy your coworkers!

Options

parameter required default choices comments
msg
yes
What to say
voice
no
What voice to use

Examples

- osx_say:
    msg: '{{ inventory_hostname }} is all done'
    voice: Zarvox
  delegate_to: localhost

Notes

Note

  • If you like this module, you may also be interested in the osx_say callback in the plugins/ directory of the source checkout.

Status

This module is flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.