community.general.say (8.5.0) — module

Makes a computer to speak

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

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

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