ansible.builtin._osx_say (v2.9.27) — module

Makes a 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.9.27

Description

makes a computer speak! Amuse your friends, annoy your coworkers!


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- 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