summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/web_infrastructure
diff options
context:
space:
mode:
authorHari Krishna Dara <haridara@gmail.com>2017-07-07 02:11:08 +0530
committerRené Moser <mail@renemoser.net>2017-07-06 22:41:08 +0200
commitfb7ef488f5a8fd62491769683fea370ba5e76b62 (patch)
tree6d659cb4cab5516a073716edbed99115d9480db6 /lib/ansible/modules/web_infrastructure
parentf25637e07aad30459670731a53fd6dc47e517f52 (diff)
downloadansible-fb7ef488f5a8fd62491769683fea370ba5e76b62.tar.gz
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.
Diffstat (limited to 'lib/ansible/modules/web_infrastructure')
-rw-r--r--lib/ansible/modules/web_infrastructure/jenkins_script.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/web_infrastructure/jenkins_script.py b/lib/ansible/modules/web_infrastructure/jenkins_script.py
index 1348f373ea..ed9fe9ac6b 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