ansible/changelogs/fragments/rhsm_repository-handle-no-repos.yml
Till Maas 6cef018b71 rhsm_repository: Properly handle no repos (#51938)
When no repos are defined, the `repo` variable is undefined. Therefore
append it only to the result if a repo was found. Otherwise Ansible will
fail with an UnboundLocalError.

(cherry picked from commit 0469134f16)
2019-02-22 10:45:17 -08:00

2 lines
65 B
YAML

bugfixes:
- rhsm_repository - handle systems without any repos