summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorScott Butler <sbutler@redhat.com>2016-10-26 12:51:10 -0700
committerScott Butler <sbutler@redhat.com>2016-10-26 12:51:27 -0700
commiteab1f1bad3265087b88632d98414729fa864ee46 (patch)
treedc84820056c4b5177ec24b83863b8bd74662cc3e /windows
parent1e9615730fbc2fcbaa23e7ae5f905aacf919a9f7 (diff)
downloadansible-modules-extras-eab1f1bad3265087b88632d98414729fa864ee46.tar.gz
Clarifies description of path parameter.
Diffstat (limited to 'windows')
-rw-r--r--windows/win_scheduled_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_scheduled_task.py b/windows/win_scheduled_task.py
index 3c6ef9d2..dc827026 100644
--- a/windows/win_scheduled_task.py
+++ b/windows/win_scheduled_task.py
@@ -79,7 +79,7 @@ options:
required: false
path:
description:
- - Folder path of scheduled task
+ - Task folder in which this task will be stored
default: '\'
'''