From a3f0aab6f433a59b33d78f3c2262765abb37ce08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Sat, 11 May 2024 17:24:45 +0000 Subject: [PATCH] chore(ansible): exclude collections from ansible-lint --- anvil/ansible/.ansible-lint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anvil/ansible/.ansible-lint b/anvil/ansible/.ansible-lint index c2c4a76..34ffbc9 100644 --- a/anvil/ansible/.ansible-lint +++ b/anvil/ansible/.ansible-lint @@ -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]