Small typos in docs (#38371)
* Small typos in docs * Use same wording as in porting_guide_2.5.rst
This commit is contained in:
parent
bb6f90ff6f
commit
1e0df01980
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Sanity Tests » no-tests-as-filters
|
|||
|
||||
Using Ansible provided Jinja2 tests as filters will be removed in Ansible 2.9.
|
||||
|
||||
Prior to Ansible 2.5, Jinja2 tests included within Ansible were most often used as filters. The large difference in use is that filters are referenced as ``variable | filter_name`` where as Jinja2 tests are refereced as ``variable is test_name``.
|
||||
Prior to Ansible 2.5, Jinja2 tests included within Ansible were most often used as filters. The large difference in use is that filters are referenced as ``variable | filter_name`` while Jinja2 tests are referenced as ``variable is test_name``.
|
||||
|
||||
Jinja2 tests are used for comparisons, whereas filters are used for data manipulation, and have different applications in Jinja2. This change is to help differentiate the concepts for a better understanding of Jinja2, and where each can be appropriately used.
|
||||
|
||||
|
|
Loading…
Reference in a new issue