-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
filetree_create should output yamllint compatible truthy values #796
Comments
you could just change your lint rules to allow for True/False those yamllint rules are not default |
Hi @kbreit-insight. The |
I've seen an incoherent behaviour when running the
So... it's only written down capitalized when is used into a template (not while in debug)... It should be no such an effort modifying the templates to generate lowercase outputs... I'm working on it, as it seems more consistent with the Ansible Truthy values. |
Summary
I use the
filetree_create
role to extract the configuration to assist in creating data structures. Unfortunately, the output of boolean values isTrue
orFalse
. When I runansible-lint
oryamllint
it says these are incorrect truthy values since it prefers lowercase.Issue Type
Desired Behavior
The output should be valid YAML, at least related to truthiness.
The text was updated successfully, but these errors were encountered: