Closed p-j-smith closed 8 months ago
There are lots of linting issues that need fixing. Most are straightforward, but some relate to variable naming (e.g. var-naming[no-role-prefix]) and will require larger changes (unless we decide to ignore this one for now)
var-naming[no-role-prefix]
### Related Work Items
Most linting was fixed in #9 - only thing left is to remove var-naming[no-role-prefix] from the ansible-lint warn list and fix the naming errors
closing as linting is passing in CI
Task Description
There are lots of linting issues that need fixing. Most are straightforward, but some relate to variable naming (e.g.
var-naming[no-role-prefix]
) and will require larger changes (unless we decide to ignore this one for now)