You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/yum/tasks
Adam Miller 22fe22f796 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>
5 years ago
..
check_mode_consistency.yml yum always return changes dict, not only in check mode (#51987) 6 years ago
lock.yml yum: take care of stale/invalid yum.pid (#58457) 5 years ago
main.yml Change dummy package name in yum/dnf tests to not collide with an actual package (#60225) 5 years ago
proxy.yml Fix: Yum module does not use proxy when username is not set #51548 (#51994) 6 years ago
repo.yml Integration tests: prevent loop squashing (#63847) 5 years ago
yum.yml yum - fix bug where enablerepo is not honored when disablerepo all (#66557) 5 years ago
yum_group_remove.yml Integration tests: prevent loop squashing (#63847) 5 years ago
yuminstallroot.yml Clean up local_action and delegate_to in tests. (#55835) 6 years ago