From 732cabc31691b19d8eaec0caee61895a315fb784 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Nov 2020 12:10:59 +0000 Subject: [PATCH] Exclude galaxy roles from linting --- scripts/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint.sh b/scripts/lint.sh index 9b46b74..d7ef622 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -8,6 +8,6 @@ set -x yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml -ansible-lint dotfiles.yml -p -c .ansible-lint +ansible-lint dotfiles.yml -p -c .ansible-lint --exclude galaxy_roles/ ansible-playbook dotfiles.yml --syntax-check