mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 11:33:43 +03:00
chore(ansible): exclude collections from ansible-lint
This commit is contained in:
parent
ba1eb2bc79
commit
a3f0aab6f4
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue