mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Note parameters that are not idempotent
This commit is contained in:
committed by
Matt Clay
parent
141b3ce41f
commit
6f752a871b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user