From c8376e296f68f9a78e0c6e595a274179a784721c Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 25 Aug 2014 09:54:21 -0500 Subject: [PATCH] Tweaking change to documentation language for cron name param --- system/cron | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/cron b/system/cron index 14781e44e20..d14f36253c0 100644 --- a/system/cron +++ b/system/cron @@ -38,9 +38,8 @@ description: crontab entries, update, or delete them. - 'The module includes one line with the description of the crontab entry C("#Ansible: ") corresponding to the "name" passed to the module, which is used by future ansible/module calls - to find/check the state. The "name" parameter is therefore quite important: it should be - unique, and changing the "name" value will result in a new cron task being created (or a - different one being removed). In other words, don't change it.' + to find/check the state. The "name" parameter should be unique, and changing the "name" value + will result in a new cron task being created (or a different one being removed)' version_added: "0.9" options: name: