ansible.builtin.osx_say (v2.4.6.0-1) — module

Makes an OSX computer to speak.

| "added in version" 1.2 of ansible.builtin"

Authors: Ansible Core Team, Michael DeHaan (@mpdehaan)

stableinterface | supported by community

Install Ansible via pip

Install with pip install ansible==2.4.6.0.post1

Description

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


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- osx_say:
    msg: '{{ inventory_hostname }} is all done'
    voice: Zarvox
  delegate_to: localhost

Inputs

    
msg:
    description: What to say
    required: true

voice:
    description: What voice to use
    required: false