repos: we have not yet setup epel10 infra tags and need to
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
59cc796960
commit
8494306377
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@
|
|||
|
||||
- name: Add infrastructure tags repo - RHEL
|
||||
ansible.builtin.copy: src="{{ files }}/common/rhel-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
|
||||
when: ((ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS'))
|
||||
when: ((ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and ansible_distribution_major_version|int < 10)
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
@ -110,7 +110,7 @@
|
|||
|
||||
- name: Add infrastructure STAGING tags repo - RHEL
|
||||
ansible.builtin.copy: src="{{ files }}/common/rhel-infra-tags-stg.repo" dest="/etc/yum.repos.d/infra-tags-stg.repo"
|
||||
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and env in ['staging', 'pagure-staging']
|
||||
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and env in ['staging', 'pagure-staging'] and ansible_distribution_major_version|int < 10
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue