From 7be08b00b08e0a96956fb0221d8463fd38c34c66 Mon Sep 17 00:00:00 2001 From: Jeroen Seegers Date: Fri, 15 Jan 2016 17:05:34 +0100 Subject: [PATCH] Update cron.py Minor update to documentation for the cron module to reflect the required "name" parameter when the value of "state" is "absent". --- lib/ansible/modules/system/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/cron.py b/lib/ansible/modules/system/cron.py index a8d397fc96c..d1ead7b1084 100644 --- a/lib/ansible/modules/system/cron.py +++ b/lib/ansible/modules/system/cron.py @@ -45,7 +45,7 @@ version_added: "0.9" options: name: description: - - Description of a crontab entry. + - Description of a crontab entry. Required if state=absent default: null required: false user: