You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My (personal) opinion is that if tabs are required in YAML strings, they should always be escaped as \t, as otherwise it is too likely for them to not be noticed or to accidentally be changed to spaces.
Unless that is not really possible to achieve, I would say this this bug is likely to be sorted by just improving the documentation on this rule.
Issue detected on
6.12.2.dev0
Issue verified on HEAD (
6.12.2.dev15
)Summary
According to no-tab's documentation:
Issue Type
OS / ENVIRONMENT
OS: Arch Linux
Ansible-lint version:
(As mentioned, it also happens on
master
)pacman -S ansible
(i.e. OS package)pacman -S ansible-lint
(i.e. OS package)STEPS TO REPRODUCE
https://github.com/hegyibalint/ansible-lint-no-tab-fail-reproducer
Desired Behavior
The rule should not be triggered in
lineinfile
module callsThe text was updated successfully, but these errors were encountered: