From 3d3fba3e313552deb4ec58d0fb5be121c9765eb8 Mon Sep 17 00:00:00 2001
From: Jelle van der Waa <jelle@archlinux.org>
Date: Mon, 1 Mar 2021 17:41:33 +0100
Subject: [PATCH] Exclude node.rules from being linted by ansible-lint

---
 .ansible-lint | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ansible-lint b/.ansible-lint
index d50b2b63e..ba7ee2194 100644
--- a/.ansible-lint
+++ b/.ansible-lint
@@ -2,6 +2,7 @@ exclude_paths:
   - misc
   # FIXME: parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
   - playbooks/tasks
+  - roles/prometheus/files/node.rules.yml
 skip_list:
   # line too long (x > 80 characters) (line-length)
   - 'line-length'
-- 
GitLab