1 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
723eca2360 fix(templating): adapt lstrip_blocks
Some checks failed
Ansible Linter / ansible-lint (push) Successful in 1m2s
Lint Markdown files / markdown-lint (push) Failing after 10m6s
2025-08-10 18:16:08 +02:00
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
#
# {{ ansible_managed }}
#

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
#jinja2: lstrip_blocks: True
#
# {{ ansible_managed }}
#