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/dnf/tasks
Martin Krizek a10d255e0b
dnf,dnf5 - add the best option and fix nobest (#82627)
best/nobest options are one of the options whose default values are set
by an OS distribution. For example in our CI, both Fedora and RHEL set
the best option to different default values. As such we should defer to
the distributions for the default value and not change it by default but
if users wish to change it they can do so explicitly.

Currently the dnf module sets the nobest option inconsistenly and not for
all cases. This patch fixes that to reflect the behavior described
above. In addition adding the best option for both dnf and dnf5 modules
since the best option is prefer to nobest in dnf while in dnf5 nobest is
completely removed in favor of best.

Fixes #82616
9 months ago
..
cacheonly.yml Update dnf tests to reflect new behavior. (#76743) 3 years ago
dnf.yml Fix dnf module crash for non-existent url (#81801) 1 year ago
dnf_group_remove.yml Add intentional tests for dnf group remove (#81739) 1 year ago
dnfinstallroot.yml actual min changes needed for rhel8 (#72477) 4 years ago
dnfreleasever.yml Clean up local_action and delegate_to in tests. (#55835) 6 years ago
filters.yml Update ci-files URL in integration tests. 3 years ago
filters_check_mode.yml Update ci-files URL in integration tests. 3 years ago
gpg.yml ansible-test - Add support for RHEL 8.5 instances. (#76305) 3 years ago
logging.yml dnf test - update libmodulemd when updating python3-dnf (#74025) 4 years ago
main.yml Re-enable "group removal" integration test for dnf5 (#82250) 11 months ago
modularity.yml [ansible-test] Add Fedora 33 support and drop F31 4 years ago
repo.yml Add intentional tests for module_utils/yumdnf.py (#81776) 1 year ago
skip_broken_and_nobest.yml dnf,dnf5 - add the best option and fix nobest (#82627) 9 months ago
test_sos_removal.yml Add new dnf5 module (#80272) 2 years ago