From f4fb24e69477ea469add3375e75f3258a39be178 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Thu, 13 Aug 2026 11:27:01 +0200 Subject: [PATCH] Exclude external collections from Ansible lint Signed-off-by: Bartosz Bezak --- .ansible-lint | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..cf3d01d --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,4 @@ +--- +exclude_paths: + - .ansible/ + - .github/