From 623f70ecd631c0ebeb8e8297fa7d9d45e4ecb6a4 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 19 May 2015 14:14:40 -0700 Subject: [PATCH] Fix documentation of the variable that backup file name is returned in --- 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 f91587caf66..9728e4de401 100644 --- a/lib/ansible/modules/system/cron.py +++ b/lib/ansible/modules/system/cron.py @@ -71,7 +71,7 @@ options: backup: description: - If set, create a backup of the crontab before it is modified. - The location of the backup is returned in the C(backup) variable by this module. + The location of the backup is returned in the C(backup_file) variable by this module. required: false default: false minute: