Skip to content

Commit

Permalink
[setup_repos] Exclude python3-paramiko from EPEL repo
Browse files Browse the repository at this point in the history
python3-paramiko is available in RHEL OSP repos, using
newer version(2.12) from EPEL causing issues during tempest
run. Let's exclude it.

Resolves: OSPNET-922
Change-Id: I3deb5d71d883def69af1070fd4603804b8194317
  • Loading branch information
karelyatin committed Dec 6, 2023
1 parent f736bf8 commit 0674b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/setup_repos/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
yum_repository:
name: epel
description: EPEL YUM repo
exclude:
- python3-paramiko
metalink: "https://mirrors.fedoraproject.org/metalink?repo=epel-{{ ansible_distribution_major_version }}&arch=$basearch&infra=$infra&content=$contentdir"
gpgkey: "https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
enabled: no

0 comments on commit 0674b80

Please sign in to comment.