yumrepos: skip epel9-infra for now
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
e064459b1a
commit
0230c3f85d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
package:
|
||||
name: 'epel-release'
|
||||
state: present
|
||||
when: ((ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and use_default_epel) and datacenter == "aws"
|
||||
when: (((ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and ansible_distribution_major_version|int != 9) and use_default_epel) and datacenter == "aws"
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue