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/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
9 years ago
..
language Fix: Rename gem_install_path to gem_path - as specified in the docs 9 years ago
os dnf module: package not installed with state=latest 9 years ago
__init__.py Add missing __init__.py files for find_package() to work 10 years ago
dpkg_selections.py added missing GPL licences 9 years ago
elasticsearch_plugin.py update doc for proxy support 9 years ago