Note parameters that are not idempotent

This commit is contained in:
Michael Perzel 2015-09-08 14:40:21 -05:00 committed by Matt Clay
parent 141b3ce41f
commit 6f752a871b

View file

@ -51,18 +51,18 @@ options:
required: false required: false
frequency: frequency:
description: description:
- The frequency of the command - The frequency of the command, not idempotent
choices: choices:
- daily - daily
- weekly - weekly
required: false required: false
time: time:
description: description:
- Time to execute scheduled task - Time to execute scheduled task, not idempotent
required: false required: false
daysOfWeek: daysOfWeek:
description: description:
- Days of the week to run a weekly task - Days of the week to run a weekly task, not idempotent
required: false required: false
path: path:
description: description: