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
This commit is contained in:
Clark Boylan 2021-03-19 08:18:44 -07:00
parent 2caea2ad6f
commit b6ff3078dc
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ exclude_paths:
- grafana/
- nodepool/
- ../../opendev
- ../../zuul
parseable: true
quiet: false
skip_list: