community.general.osx_say (0.1.4) — module

Makes a computer to speak.

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

Install collection

Install with ansible-galaxy collection install community.general:==0.1.4


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.4

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.
- name: Makes a computer to speak
  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