mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-14 05:35:45 +03:00
chore(ansible): exclude collections from ansible-lint
This commit is contained in:
parent
ba1eb2bc79
commit
a3f0aab6f4
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue