diff --git a/lib/ansible/modules/extras/windows/win_scheduled_task.py b/lib/ansible/modules/extras/windows/win_scheduled_task.py index 26147ab2fd4..a51874a30c5 100644 --- a/lib/ansible/modules/extras/windows/win_scheduled_task.py +++ b/lib/ansible/modules/extras/windows/win_scheduled_task.py @@ -68,7 +68,7 @@ options: required: false path: description: - - Folder path of scheduled task + - Task folder in which this task will be stored default: '\' required: false '''