Skip to content

ansible-lint: fix some warnings, improve reliability, and be stricter with the checks

Martin Roukala requested to merge ansible_requirements_fixes into master

I have introduced a regression by mistake. It was caught as a warning in ansible-lint, but since it succeeded, I did not even look at the results.

Let's be stricter here, and fail on the first warning.

Merge request reports