From b6ff3078dc419bf5bdb91a92f9c9ba19dbec9c63 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 19 Mar 2021 08:18:44 -0700 Subject: [PATCH] Stop linting zuul-jobs from here When we run ansible-lint on project-config the tool is finding and reporting errors in zuul-jobs. Zuul-jobs appears to be included to ensure that all the roles we use are defined, but we don't want to lint the content of those roles. To address this we add ../../zuul to the ansible lint exclude path which includes zuul-jobs. Change-Id: Ie9aeca81ba4fb95df0e7e1ee275230378e49b741 --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 3d65d04645..a9e407a644 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,6 +3,7 @@ exclude_paths: - grafana/ - nodepool/ - ../../opendev + - ../../zuul parseable: true quiet: false skip_list: