From fab61ebf87b51cf5249564ed5388dc18c49f9311 Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Sun, 20 Aug 2023 08:45:12 -0700 Subject: [PATCH] ansible-lint: fix .github path Signed-off-by: John Helmert III --- .config/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ansible-lint.yml b/.config/ansible-lint.yml index a6d8790..beb72ce 100644 --- a/.config/ansible-lint.yml +++ b/.config/ansible-lint.yml @@ -3,7 +3,7 @@ exclude_paths: # These files contains non-public secrets in a separate repository - ../../ansible-secrets # 'on:' should not be 'true:' - - ../.github + - .github warn_list: # Silence false positive in https://github.com/ajakk/ansible/runs/8059329138