fix(templating): adapt lstrip_blocks
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 9s
Ansible Linter / ansible-lint (push) Failing after 14m32s

This commit is contained in:
2025-08-10 18:32:04 +02:00
parent d4bf1217e2
commit 2c6beb0231
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
#jinja2: lstrip_blocks: True
{
{% for key, value in renovate_config.items() %}
{% if value | bool %}