default voice of Alex seems safer (#20718)

This commit is contained in:
Michael Johnson
2017-01-28 01:59:28 -05:00
committed by René Moser
parent d913f69ba1
commit c29d1e3162

View File

@@ -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)