Skip to content

Add ansible-lint and fix all warnings and errors

Adrian Kathagen requested to merge linting into master

Removing the noqa 305 on line 147 in tasks/main.yml by replacing shell with command should be fine, as no piping and shell behaviours are used here.

Merge request reports