From cb4a0e9f8aa58bb2aef9310e9f72bea611b6a7a1 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Wed, 24 May 2023 14:30:01 -0400 Subject: [PATCH] build: add `exclude_paths` to ansible-lint --- .ansible-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible-lint.yml b/.ansible-lint.yml index 421b77a..bfc1236 100644 --- a/.ansible-lint.yml +++ b/.ansible-lint.yml @@ -10,6 +10,8 @@ exclude_paths: - galaxy-roles/ - .cz.yaml - vault.yml + - .venv/ + - ansible_collections/ skip_list: - name[template]