From 1499288c6472a7aa22c13945d4d9fff9d391e9e4 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 8 Oct 2015 19:20:08 +0300 Subject: [PATCH] Add missing documentation: cron_file requires user to be set --- system/cron.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/cron.py b/system/cron.py index 57c7fd40836..63319096c42 100644 --- a/system/cron.py +++ b/system/cron.py @@ -67,6 +67,7 @@ options: cron_file: description: - 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 default: null backup: