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
9 years ago
..
__init__.py Reorganization. 10 years ago
dnf.py Bandaid dnf module to temporarily fix some major problems 9 years ago
homebrew.py Update module_utils "import" to the new-style 9 years ago
homebrew_cask.py Update module_utils "import" to the new-style 9 years ago
homebrew_tap.py Update module_utils "import" to the new-style 9 years ago
layman.py more string corrections 9 years ago
macports.py Adding author's github id 9 years ago
openbsd_pkg.py more string corrections 9 years ago
opkg.py more string corrections 9 years ago
pacman.py Fix quoting for documentation build 9 years ago
pkg5.py Many more doc fixes 9 years ago
pkg5_publisher.py Many more doc fixes 9 years ago
pkgin.py Many more doc fixes 9 years ago
pkgng.py Many more doc fixes 9 years ago
pkgutil.py Many more doc fixes 9 years ago
portage.py Adding author's github id 9 years ago
portinstall.py Many more doc fixes 9 years ago
svr4pkg.py Adding author's github id 9 years ago
swdepot.py Many more doc fixes 9 years ago
urpmi.py Many more doc fixes 9 years ago
zypper.py more string corrections 9 years ago
zypper_repository.py more string corrections 9 years ago