ansible/changelogs/fragments/rhsm_repository-handle-no-repos.yml
Till Maas 0469134f16 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.
2019-02-22 11:44:18 +00:00

2 lines
65 B
YAML

bugfixes:
- rhsm_repository - handle systems without any repos