From 6f5dfcf1bd4ec272e41c8bb1f6db85252afdaed2 Mon Sep 17 00:00:00 2001 From: Erik Nadel Date: Fri, 27 May 2016 14:46:43 -0400 Subject: [PATCH] Added statement about escaping characters in chron tasks (#3770) --- lib/ansible/modules/system/cron.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/system/cron.py b/lib/ansible/modules/system/cron.py index 77877d57902..b8a7fb8fba3 100644 --- a/lib/ansible/modules/system/cron.py +++ b/lib/ansible/modules/system/cron.py @@ -46,6 +46,7 @@ description: - 'When environment variables are managed: no comment line is added, but, when the module needs to find/check the state, it uses the "name" parameter to find the environment variable definition line.' + - 'When using symbols such as %, they must be properly escaped.' version_added: "0.9" options: name: