Ansible-lint: how to exclude .gitlab-ci.yml with tag !reference

Hi.
The tag load-failure is not skippable.
If you don’t want to lint a file; add it to exclude_paths in your ansible-lint configuration file.

$ cat .config/ansible-lint.yml
---
exclude_paths:
  - ".gitlab-ci.yml"
2 Likes