mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fix yum install with disablerepo (#44735)
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -1384,7 +1384,8 @@ class YumModule(YumDnf):
|
||||
my = self.yum_base()
|
||||
try:
|
||||
if self.disablerepo:
|
||||
my.repos.disableRepo(self.disablerepo)
|
||||
for rid in self.disablerepo:
|
||||
my.repos.disableRepo(rid)
|
||||
current_repos = my.repos.repos.keys()
|
||||
if self.enablerepo:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user