Merge pull request #2229 from axilleas/cron_add_missing_doc
[cron] Add missing documentation: cron_file requires user to be set
This commit is contained in:
commit
79e253053a
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ options:
|
||||||
cron_file:
|
cron_file:
|
||||||
description:
|
description:
|
||||||
- If specified, uses this file in cron.d instead of an individual user's crontab.
|
- If specified, uses this file in cron.d instead of an individual user's crontab.
|
||||||
|
To use the C(cron_file) parameter you must specify the C(user) as well.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
backup:
|
backup:
|
||||||
|
|
Loading…
Reference in a new issue