UCL-MIRSG / ansible-collection-infra

Ansible Collection to configure infrastructure for XNAT and OMERO
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

✏️ [TASK]: Fix linting #8

Closed p-j-smith closed 8 months ago

p-j-smith commented 1 year ago

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)

### Related Work Items
p-j-smith commented 1 year ago

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

p-j-smith commented 8 months ago

closing as linting is passing in CI