community.general/lib/ansible/modules/extras/packaging
Jan Chaloupka 6e201948bc dnf module: package not installed with state=latest
dnf: name=PACKAGE state=latest is reponsible for two use cases:
- to install a package if not already installed.
- to update the package to the latest if already installed.

The latter use cases is not handled properly as base.upgrade does not
throw dnf.exceptions.MarkingError if a package is not installed.

Setting base.conf.best = True ensures a package is installed or
updated to the latest when calling base.install.

Sign-off: jsilhan@redhat.com
Sign-off: jchaloup@redhat.com
2016-12-08 11:33:49 -05:00
..
language Fix: Rename gem_install_path to gem_path - as specified in the docs 2016-12-08 11:33:45 -05:00
os dnf module: package not installed with state=latest 2016-12-08 11:33:49 -05:00
__init__.py Add missing __init__.py files for find_package() to work 2016-12-08 11:32:19 -05:00
dpkg_selections.py added missing GPL licences fixes #508 2016-12-08 11:33:26 -05:00
elasticsearch_plugin.py update doc for proxy support 2016-12-08 11:33:49 -05:00