|
|
@ -47,7 +47,7 @@ options:
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
user:
|
|
|
|
user:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The specific user who's crontab should be modified.
|
|
|
|
- The specific user whose crontab should be modified.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: root
|
|
|
|
default: root
|
|
|
|
job:
|
|
|
|
job:
|
|
|
@ -95,7 +95,7 @@ options:
|
|
|
|
default: "*"
|
|
|
|
default: "*"
|
|
|
|
weekday:
|
|
|
|
weekday:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Day of the week that the job should run ( 0-7 for Sunday - Saturday, *, etc )
|
|
|
|
- Day of the week that the job should run ( 0-6 for Sunday-Saturday, *, etc )
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: "*"
|
|
|
|
default: "*"
|
|
|
|
aliases: [ "dow" ]
|
|
|
|
aliases: [ "dow" ]
|
|
|
|