chore(ansible): exclude collections from ansible-lint

This commit is contained in:
Stephan Lüscher 2024-05-11 17:24:45 +00:00
parent ba1eb2bc79
commit a3f0aab6f4
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -4,6 +4,10 @@
# https://ansible-lint.readthedocs.io/profiles/
profile: production
exclude_paths:
- .cache/
- collections/
# Ansible-lint does not fail on warnings from the rules or tags listed below
warn_list:
- galaxy[version-incorrect]