-
Notifications
You must be signed in to change notification settings - Fork 136
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
ansible-lint complains about sshd var naming #297
Comments
Hi @bayramkzk |
Yes, I have used Regardless, I think I should close this issue as it appears to be a somewhat duplicate of the issue #246 you mentioned. |
I'm going to reopen this as it's different to the issue seen in #246 as this is linting from the calling play rather than the module itself. I can't give time scales on the fix, but @spetrosi's suggestion looks like a good way forward. |
Ugh. It looks like the The obvious workaround is:
but I like the first syntax much more. |
|
I'll pick this up and get a PR put together. |
I am using
ansible-lint
in Neovim and linter complains aboutsshd
variable naming convention here:Linter doesn't complain when, say, I rename
sshd
tosshd_config
but as expected the playbook doesn't work properly then.The text was updated successfully, but these errors were encountered: