mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
default voice of Alex seems safer (#20718)
This commit is contained in:
parent
d913f69ba1
commit
c29d1e3162
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ EXAMPLES = '''
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
'''
|
'''
|
||||||
|
|
||||||
DEFAULT_VOICE='Trinoids'
|
DEFAULT_VOICE='Alex'
|
||||||
|
|
||||||
def say(module, msg, voice):
|
def say(module, msg, voice):
|
||||||
module.run_command(["/usr/bin/say", msg, "--voice=%s" % (voice)], check_rc=True)
|
module.run_command(["/usr/bin/say", msg, "--voice=%s" % (voice)], check_rc=True)
|
||||||
|
|
Loading…
Reference in a new issue