Skip to content

Commit

Permalink
zuul: fix ansible-lint job (#574)
Browse files Browse the repository at this point in the history
After switching to merging .ansible-lint with defaults,
this file is treated as a Jinja2 template.

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Feb 14, 2024
1 parent 1a6c595 commit 1bdd611
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
exclude_paths:
- ./{{cookiecutter.project_name}}/environments/openstack/configuration.yml
- ./{{cookiecutter.project_name}}/environments/ceph/configuration.yml
- ./{{cookiecutter.project_name}}/environments/manager/configuration.yml
- ./{{cookiecutter.project_name}}/environments/kolla/configuration.yml
- ./{{cookiecutter.project_name}}/environments/configuration.yml
- ./{{cookiecutter.project_name}}/environments/generic/configuration.yml
- ./{{cookiecutter.project_name}}/environments/monitoring/configuration.yml
- ./{{cookiecutter.project_name}}/environments/infrastructure/configuration.yml
- ./{{cookiecutter.project_name}}/environments/custom/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/openstack/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/ceph/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/manager/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/kolla/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/generic/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/monitoring/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/infrastructure/configuration.yml
- \{\{cookiecutter.project_name\}\}/environments/custom/configuration.yml
mock_roles:
- ensure-docker

0 comments on commit 1bdd611

Please sign in to comment.