Skip to content

Commit

Permalink
chore(ansible): exclude collections from ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tepene committed May 11, 2024
1 parent ba1eb2b commit a3f0aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions anvil/ansible/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a3f0aab

Please sign in to comment.