diff --git a/lib/ansible/modules/extras/windows/win_say.py b/lib/ansible/modules/extras/windows/win_say.py index 8ab159912b7..9fadddeeda8 100644 --- a/lib/ansible/modules/extras/windows/win_say.py +++ b/lib/ansible/modules/extras/windows/win_say.py @@ -87,7 +87,7 @@ EXAMPLES = ''' # text from file example - win_say: start_sound_path: 'C:\Windows\Media\Windows Balloon.wav' - msg_text: AppData\Local\Temp\morning_report.txt + msg_file: AppData\Local\Temp\morning_report.txt end_sound_path: 'C:\Windows\Media\chimes.wav' ''' RETURN = '''