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/lib/ansible
Adam Miller 853d464ed1 fix order of dnf api operations so transactions don't fail (#50038)
* fix order of dnf api operations so transactions don't fail

Previously dnf.base.fill_sack() was called before
dnf.base.update_cache() which apparently breaks dnf transaction
logic as per https://bugzilla.redhat.com/show_bug.cgi?id=1658694

Fixes #49060

Signed-off-by: Adam Miller <admiller@redhat.com>

* add changelog and test case

Signed-off-by: Adam Miller <admiller@redhat.com>
(cherry picked from commit ca084889c7)
7 years ago
..
cli Fix type in ansible-galaxy info output (#49096) 7 years ago
compat Fix the local and ssh plugins for a cornercase retrying a syscall 8 years ago
config better handling of bad type in config (#48821) 7 years ago
errors give hint to users when a file is not found 8 years ago
executor [stable-2.7] Make squash deprecation messages less misleading (#49551) 7 years ago
galaxy [stable-2.7] Support .yaml extension for meta file (#46505) 7 years ago
inventory better information for user from inventory plugins (#46766) 7 years ago
module_utils Docker common consolidation (#49707) 7 years ago
modules fix order of dnf api operations so transactions don't fail (#50038) 7 years ago
parsing fixes to ansible-doc (#47209) 7 years ago
playbook require git when trying to use it in ansible-galaxy cli (#49212) 7 years ago
plugins [stable-2.7] Do not filter out exception, warnings, deprecations on failure when using debug (#47588) 7 years ago
template templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 7 years ago
utils docker_*: hint at DOCKER_CONFIG environment variable (#49689) 7 years ago
vars Fix for a caching traceback 7 years ago
__init__.py
constants.py [stable-2.7] Fix from sivel for ansible-doc 7 years ago
release.py Update Ansible release version to v2.7.5.post0. 7 years ago