diff --git a/packaging/os/yum.py b/packaging/os/yum.py index 6e2b61a189d..624ae298b18 100644 --- a/packaging/os/yum.py +++ b/packaging/os/yum.py @@ -871,6 +871,8 @@ def main(): supports_check_mode = True ) + params = module.params + if params['list']: repoquerybin = ensure_yum_utils(module) if not repoquerybin: @@ -882,7 +884,7 @@ def main(): # the system then users will see an error message using the yum API. # Use repoquery in those cases. - my = yum_base(conf_file) + my = yum_base(params['conf_file']) # A sideeffect of accessing conf is that the configuration is # loaded and plugins are discovered my.conf