commit | 9522b6391a09dd8d5a4ab13706d1c95c6fbf4ced | [log] [tgz] |
---|---|---|
author | okozachenko1203 <okozachenko1203@users.noreply.github.com> | Thu Dec 29 00:15:35 2022 +1100 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Dec 28 10:58:20 2022 -0500 |
tree | b933914e6d6eacfc7732b479a03431bf29852d93 | |
parent | 671b1942b109b1d97a84aefb1c0637de7121f9a9 [diff] |
Use ansible filters in e2e tests There are a lot of filters ansible provides that are not present in upstream Jinja2. Jinja2 Ansible Filters doesn't include heavy ansible filters(typical example is combine). This commit defines and imports ansible filters as extensions in jinja2.
You'll need to make sure that you have pre-commit
setup and installed in your environment by running these commands:
pre-commit install --hook-type commit-msg