From 5f0febee47e9ae357ed61dff9357dabe0bf5abff Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Wed, 2 Apr 2025 22:07:23 -0400 Subject: [PATCH] Exclude services directory from linting --- .ansible-lint | 1 + .yamllint | 1 + 2 files changed, 2 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index ccef2f7..eff778e 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -5,6 +5,7 @@ exclude_paths: - .gitea/ - ansible/roles/requirements.yaml - ansible/vars/vault.yaml + - ansible/services/ warn_list: - internal-error diff --git a/.yamllint b/.yamllint index f538409..68c4ceb 100644 --- a/.yamllint +++ b/.yamllint @@ -5,5 +5,6 @@ extends: default ignore: | .github/ ansible/vars/vault.yaml + ansible/services/ # vi: ft=yaml