willshersystems/ansible-sshd

chore(linting): update variable names to include sshd_ prefix

mattwillsher opened this issue · 3 comments

Var names should be prefixed with role name to pass lint checks.

If no time to work on this check can be disabled for now.

Jakuje commented

This was disabled in 34be8e5 (#248) if I see right so I would consider this done. I think we can not accommodate this lint requirement.

The lint issue I've come across recently on a new role but try as I might I couldn't get the name to comply.
I do believe that we should conform to this rule, though, as it's effectively a variable scoping challenge.

I'll leave this open for now as a reminder to myself.