summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-01-18 14:14:00 -0500
committerBrian Coca <brian.coca+git@gmail.com>2017-01-18 14:14:28 -0500
commite2a871b49e6063734a0aab5a8dfa58ff7529bfa7 (patch)
treeb67d25cdc5bb148294818d0f1256147c3fff32ba
parent32f39a195befdc0a656cbaf8f3ce287a12e0246a (diff)
downloadansible-e2a871b49e6063734a0aab5a8dfa58ff7529bfa7.tar.gz
corrected which app adds plugins
-rw-r--r--docs/docsite/rst/playbooks_templating.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/playbooks_templating.rst b/docs/docsite/rst/playbooks_templating.rst
index 455182c2e6..bae594f71f 100644
--- a/docs/docsite/rst/playbooks_templating.rst
+++ b/docs/docsite/rst/playbooks_templating.rst
@@ -2,7 +2,7 @@ Templating (Jinja2)
===================
As already referenced in the variables section, Ansible uses Jinja2 templating to enable dynamic expressions and access to variables.
-Jinja2 also greatly expands the number of filters and tests available, as well as adding a new plugin type: lookups.
+Ansible greatly expands the number of filters and tests available, as well as adding a new plugin type: lookups.
Please note that all templating happens on the Ansible controller before the task is sent and executed on the target machine. This is done to minimize the requirements on the target (jinja2 is only required on the controller) and to be able to pass the minimal information needed for the task, so the target machine does not need a copy of all the data that the controller has access to.