Skip to content

Exposes updated jinja2 filters and tests via an Ansible collection

License

Notifications You must be signed in to change notification settings

sivel/ansible-collection-jinja2

Repository files navigation

sivel.jinja2

This Ansible collection provides all Jinja2 filters and tests from the most recent Jinja2 release.

This can be useful for users who are using an OS that only offers an older version of Jinja2, and cannot install Jinja2 from PyPI.

Jinja2 Version

3.1.2

Jinja2 Documentation

https://jinja.palletsprojects.com/en/3.1.x/templates/

Installation

ansible-galaxy collection install sivel.jinja2

Usage

- debug:
    msg: "{{ result.results|sivel.jinja2.map(attribute='stdout')|list }}"

About

Exposes updated jinja2 filters and tests via an Ansible collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages