From 00d3a629076cef00917101d0251662f00cf0842d Mon Sep 17 00:00:00 2001 From: Michael Perzel Date: Tue, 30 Jun 2015 12:24:00 -0500 Subject: [PATCH] Documentation updates --- windows/win_scheduled_task.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/windows/win_scheduled_task.py b/windows/win_scheduled_task.py index 4ab830d05e1..9f73cc30612 100644 --- a/windows/win_scheduled_task.py +++ b/windows/win_scheduled_task.py @@ -33,7 +33,6 @@ options: enabled: description: - Enable/disable the task - required: false choices: - yes - no @@ -41,7 +40,6 @@ options: state: description: - State that the task should become - required: false choices: - present - absent @@ -55,7 +53,6 @@ options: choices: - daily - weekly - required: false time: description: - Time to execute scheduled task @@ -64,7 +61,6 @@ options: description: - Folder path of scheduled task default: '\' - required: false ''' EXAMPLES = '''