From 8745feb567f5d828fa60547544cd0657996c3635 Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Wed, 26 Oct 2016 12:51:10 -0700 Subject: [PATCH] Clarifies description of path parameter. --- lib/ansible/modules/extras/windows/win_scheduled_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/windows/win_scheduled_task.py b/lib/ansible/modules/extras/windows/win_scheduled_task.py index 26147ab2fd..a51874a30c 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 '''