community.general.say (6.6.8) — module

Makes a computer to speak

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

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 6.6.8

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