We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The file test.yml
test.yml
smth
is included by main.yml:
main.yml
x: {% include "test.yml"}
ends up in
x: smth
where it should be
unless I am mistaken.
The text was updated successfully, but these errors were encountered:
{%+
c023c35
Hey, thanks for the report with actionable test case!
Looks like I managed to mess up the whitespace handling on include blocks. c023c35 should fix it, let me know if it works for you!
Sorry, something went wrong.
No branches or pull requests
The file
test.yml
is included by
main.yml
:ends up in
where it should be
unless I am mistaken.
The text was updated successfully, but these errors were encountered: