# HG changeset patch # User Oleksandr Gavenko # Date 1603798194 -7200 # Node ID 743c988c3fa9eb51979c4df294f797cb6d7453cb # Parent 58d60b3e470a5fb60bbe8dcb327229aa3cafedc4 Using filters to manipulate data. diff -r 58d60b3e470a -r 743c988c3fa9 ansible.rst --- a/ansible.rst Mon Oct 26 12:51:23 2020 +0200 +++ b/ansible.rst Tue Oct 27 13:29:54 2020 +0200 @@ -100,6 +100,13 @@ https://docs.ansible.com/ansible/latest/collections/ansible/builtin/include_module.html Include a play or task list. +Filters: + +https://jinja.palletsprojects.com/en/master/templates/ + Jinja template language. List of Builtin Filters. +https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html + Using filters to manipulate data. + Search path ===========