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/os
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
..
__init__.py
apk.py Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
dnf.py dnf module: package not installed with state=latest 9 years ago
homebrew.py Documentation fixes 9 years ago
homebrew_cask.py Changes to author formatting, remove emails 9 years ago
homebrew_tap.py Merge pull request #251 from kdisneur/hotfix/tap-prefixed-by-homebrew 9 years ago
layman.py added check_mode support 9 years ago
macports.py Adding author's github id 9 years ago
openbsd_pkg.py fix the spelling of vim's flavor in the example 9 years ago
opkg.py added version added 9 years ago
pacman.py Update for modules which import json. 9 years ago
pkg5.py Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
pkg5_publisher.py Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
pkgin.py Update for modules which import json. 9 years ago
pkgng.py Update for modules which import json. 9 years ago
pkgutil.py added missing version_added 9 years ago
portage.py Merge pull request #631 from Tatsh-ansible/usepkg-flags 9 years ago
portinstall.py Update for modules which import json. 9 years ago
slackpkg.py minor doc fix 9 years ago
svr4pkg.py svr4pkg: assume command worked only on known-to-be-good returncodes 9 years ago
swdepot.py fixed a typo in swdepot module 9 years ago
urpmi.py Update for modules which import json. 9 years ago
yumrepo.py Adding params option into the yumrepo module 9 years ago
zypper.py Remove duplicate documentation fields 9 years ago
zypper_repository.py zypper_repository: Fix repo parsing for empty list 9 years ago