Merge "Skip centos.repo setup for C8"

This commit is contained in:
Zuul 2022-12-30 19:29:17 +00:00 committed by Gerrit Code Review
commit 8c8d3d557a
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ overcloud_as_undercloud: true
overcloud_repo_paths:
- "/etc/yum.repos.d/delorean*"
- "/etc/yum.repos.d/quickstart-*"
- "/etc/yum.repos.d/centos.repo"
- "{% if ansible_distribution_major_version is version('9', '>=') -%}/etc/yum.repos.d/centos.repo{% endif %}"
- "{% if job is defined and job.component is defined -%}/etc/yum.repos.d/*-component.repo{%- endif -%}"