mirror of https://github.com/ansible/ansible.git
yum - fix bug where enablerepo is not honored when disablerepo all (#66557)
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>pull/66644/head
parent
f9bc53e23d
commit
22fe22f796
@ -0,0 +1,2 @@
|
||||
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)
|
||||
Loading…
Reference in New Issue