mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
default voice of Alex seems safer (#20718)
This commit is contained in:
committed by
René Moser
parent
d913f69ba1
commit
c29d1e3162
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user