linux-system-roles / nbde_client

Ansible role for configuring Network Bound Disk Encryption clients (e.g. clevis)
https://linux-system-roles.github.io/nbde_client/
MIT License
14 stars 24 forks source link

Make the var load test compatible with old Jinja2 (2.7) #31

Closed pcahyna closed 3 years ago

pcahyna commented 3 years ago

Remove the case_sensitive=true parameter to the unique filter, not supported in older Jinja2. Case sensitivity is not necessary here.

See linux-system-roles/storage#156, linux-system-roles/template#44