EPEL 저장소가 있는 CentOS 8.5.2111: dnf를 통한 Ansible 업그레이드가 실패합니다.

EPEL 저장소가 있는 CentOS 8.5.2111: dnf를 통한 Ansible 업그레이드가 실패합니다.

CentOS Linux 버전 8.5.2111 시스템에 ansible-2.9.27-1.el8.noarch를 설치했습니다. 이를 위해 "dnf install epel-release"를 사용하여 "epel-release" 저장소를 활성화했습니다.

"dnf 업그레이드 ansible"을 사용하여 Ansible을 업그레이드하려고 하면 이상한 "ansible-5.4.0-2.el8.noarch 요구 사항 없음(ansible-core >= 2.12.2 with ansible-core < 2.13)" 오류가 발생합니다.

여기에 이미지 설명을 입력하세요.

[root@jenkins-master ~]# rpm -qR ansible
/usr/bin/python3.6
config(ansible) = 2.9.27-1.el8
python(abi) = 3.6
python3-jinja2
python3-jmespath
python3-pyyaml
python3-setuptools
python3-six
python3.6dist(cryptography)
python3.6dist(jinja2)
python3.6dist(pyyaml)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
sshpass
[root@jenkins-master ~]# dnf provides *ansible-core*
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 1:20:35 ago on Tue Jun  7 13:37:36 2022.
ansible-5.4.0-2.el8.noarch : Curated set of Ansible collections included in addition to ansible-core
Repo        : epel
Matched from:
Other       : *ansible-core*
[root@jenkins-slave1 yum.repos.d]# ls -1
CentOS-Linux-AppStream.repo
CentOS-Linux-BaseOS.repo
CentOS-Linux-ContinuousRelease.repo
CentOS-Linux-Debuginfo.repo
CentOS-Linux-Devel.repo
CentOS-Linux-Extras.repo
CentOS-Linux-FastTrack.repo
CentOS-Linux-HighAvailability.repo
CentOS-Linux-Media.repo
CentOS-Linux-Plus.repo
CentOS-Linux-PowerTools.repo
CentOS-Linux-Sources.repo
docker.repo
epel-modular.repo
epel-testing-modular.repo
epel-testing.repo
epel.repo

[root@jenkins-slave1 yum.repos.d]# grep enabled=1 *
CentOS-Linux-AppStream.repo:enabled=1
CentOS-Linux-BaseOS.repo:enabled=1
CentOS-Linux-Extras.repo:enabled=1
epel-modular.repo:enabled=1
epel.repo:enabled=1
epel.repo:enabled=1
epel.repo:enabled=1

이 문제를 해결하는 방법을 아는 사람이 있나요? CentOS 스트림 전환과 관련이 있나요?

관련 정보