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
|
||||
'''
|
||||
|
||||
DEFAULT_VOICE='Trinoids'
|
||||
DEFAULT_VOICE='Alex'
|
||||
|
||||
def say(module, msg, voice):
|
||||
module.run_command(["/usr/bin/say", msg, "--voice=%s" % (voice)], check_rc=True)
|
||||
|
|
Loading…
Reference in a new issue