yumrepos: skip epel9-infra for now

Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
Mark O Brien 2021-12-21 16:42:42 +00:00
parent e064459b1a
commit 0230c3f85d

View file

@ -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