diff --git a/lib/ansible/modules/extras/windows/win_scheduled_task.py b/lib/ansible/modules/extras/windows/win_scheduled_task.py index 54d8e9f16b1..f39e61ef97e 100644 --- a/lib/ansible/modules/extras/windows/win_scheduled_task.py +++ b/lib/ansible/modules/extras/windows/win_scheduled_task.py @@ -51,18 +51,18 @@ options: required: false frequency: description: - - The frequency of the command + - The frequency of the command, not idempotent choices: - daily - weekly required: false time: description: - - Time to execute scheduled task + - Time to execute scheduled task, not idempotent required: false daysOfWeek: description: - - Days of the week to run a weekly task + - Days of the week to run a weekly task, not idempotent required: false path: description: