From fb7ef488f5a8fd62491769683fea370ba5e76b62 Mon Sep 17 00:00:00 2001 From: Hari Krishna Dara Date: Fri, 7 Jul 2017 02:11:08 +0530 Subject: [PATCH] Clarify how formatting would be done. (#26474) The current description doesn't say this, so there a chance for the user to think that Jinja formatting is what can be used. --- lib/ansible/modules/web_infrastructure/jenkins_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/jenkins_script.py b/lib/ansible/modules/web_infrastructure/jenkins_script.py index 1348f373ea2..ed9fe9ac6b1 100644 --- a/lib/ansible/modules/web_infrastructure/jenkins_script.py +++ b/lib/ansible/modules/web_infrastructure/jenkins_script.py @@ -73,7 +73,7 @@ options: version_added: "2.4" args: description: - - A dict of key-value pairs used in formatting the script. + - A dict of key-value pairs used in formatting the script using string.Template (see https://docs.python.org/2/library/string.html#template-strings). required: false default: null