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
Toshio Kuratomi a1a1c23205 Bandaid dnf module to temporarily fix some major problems
- Backport config file handling from the DNF module rewrite #527
  (Current config handling does not work with dnf and leads to
  tracebacks when run as an unprivileged user).
- Make a mandatory requirement on yum-utils (for /usr/bin/repoquery)
  because none of the fallback code works for dnf (it's unported yum API
  code).

Both of these issues will be fixed better in the dnf rewrite when it is
feature complete.

Fixes #471
10 years ago
..
__init__.py
dnf.py Bandaid dnf module to temporarily fix some major problems 10 years ago
homebrew.py Update module_utils "import" to the new-style 10 years ago
homebrew_cask.py Update module_utils "import" to the new-style 10 years ago
homebrew_tap.py Update module_utils "import" to the new-style 10 years ago
layman.py
macports.py
openbsd_pkg.py
opkg.py
pacman.py
pkg5.py Many more doc fixes 10 years ago
pkg5_publisher.py Many more doc fixes 10 years ago
pkgin.py Many more doc fixes 10 years ago
pkgng.py Many more doc fixes 10 years ago
pkgutil.py Many more doc fixes 10 years ago
portage.py
portinstall.py Many more doc fixes 10 years ago
svr4pkg.py
swdepot.py Many more doc fixes 10 years ago
urpmi.py Many more doc fixes 10 years ago
zypper.py
zypper_repository.py