mirror of https://github.com/ansible/ansible.git
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> Co-authored-by: Adam Miller <admiller@redhat.com>pull/70175/head
parent
a0f80fc2da
commit
14bcd3b7a3
@ -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