community.general.say (2.5.9) — module

Makes a computer to speak.

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

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 2.5.9

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
  community.general.say:
    msg: '{{ inventory_hostname }} is all done'
    voice: Zarvox
  delegate_to: localhost

Inputs

    
msg:
    description: What to say
    required: true
    type: str

voice:
    description: What voice to use
    required: false
    type: str