corrected which app adds plugins

pull/19633/merge
Brian Coca 8 years ago
parent 32f39a195b
commit e2a871b49e

@ -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.

Loading…
Cancel
Save