ansible/packaging
Jan Chaloupka d011149baf 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-02-12 15:51:48 +01:00
..
language Fix: Rename gem_install_path to gem_path - as specified in the docs 2016-01-14 18:26:39 +01:00
os dnf module: package not installed with state=latest 2016-02-12 15:51:48 +01:00
__init__.py Add missing __init__.py files for find_package() to work 2014-10-03 16:34:28 -07:00
dpkg_selections.py added missing GPL licences 2015-10-07 23:20:27 -04:00
elasticsearch_plugin.py update doc for proxy support 2016-01-29 14:12:43 +01:00