22fe22f796
Fixes #66549 The inefficiency improvement https://github.com/ansible/ansible/pull/63713 introduced a bug where `enablerepo` was not being honored if combined with `disablerepo="*"`. This fixes that issue. Signed-off-by: Adam Miller <admiller@redhat.com>
2 lines
168 B
YAML
2 lines
168 B
YAML
bugfixes:
|
|
- yum - fix bug that caused ``enablerepo`` to not be honored when used with disablerepo all wildcard/glob (https://github.com/ansible/ansible/issues/66549)
|