patrickjahns / ansible-role-promtail

🔧 Ansible role for deploying promtail
MIT License
101 stars 59 forks source link

Updated `config.expand-env` related variable and templating #194

Closed azhinu closed 11 months ago

azhinu commented 1 year ago

Resolved #187.

promtail_config_expand_env variable changed from "false" to False to avoid templating issue.

-config.expand-env={{ "true" if promtail_config_expand_env else "false" }} templating has been simplified, now it's -config.expand-env={{ promtail_config_expand_env | lower }}

patrickjahns commented 11 months ago

Thank you for the fix - will be in the upcoming release