Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,13 @@ Pass: {{ env("USER_PASSWORD") }}

Notice that there must be quotes around the environment variable name

### Ansible Filters

You can use the `jinja2-ansible-filters` package like so:

- `pip3 install jinja2-ansible-filters`
- `ansiblefilters_path=$(python3 -c "import jinja2_ansible_filters; print(jinja2_ansible_filters.core_filters.__file__)")`
- Then invoke with: `j2 --filters=$ansiblefilters_path [...]`


Customization
Expand Down