From 30ed6d99e3e6a1a246bf47f75cf8bcb2ca5ed90f Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 28 Jun 2022 10:33:49 -0400 Subject: [PATCH] Don't lint galaxy-roles --- .ansible-lint.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.ansible-lint.yml b/.ansible-lint.yml index 7d95483..e861bb9 100644 --- a/.ansible-lint.yml +++ b/.ansible-lint.yml @@ -1,22 +1,23 @@ --- # Full documentation: https://ansible-lint.readthedocs.io/en/latest/index.html exclude_paths: + - ../../.cache/ - .cache/ - .github/ - - ../../.cache/ - .hooks/ - .vscode/ - archived_data/ + - galaxy-roles/ skip_list: + - command-instead-of-shell + - ignore-errors + - meta-incorrect + - meta-no-info + - package-latest + - role-name - unnamed-task - var-naming - - command-instead-of-shell - - meta-no-info - - meta-incorrect - - role-name - - ignore-errors - - package-latest warn_list: - experimental