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
Adrian Likins d1a4f703ce Fix pkgutil "upgrade_catalog must be one of" err (#2149)
The arg spec for update_catalog include 'type=bool'
and 'choices=["yes", "no"] which can never both be
true.

Remove the 'choices' directive, and update doc string.

Fixes #2144
9 years ago
..
__init__.py
apk.py Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
dnf.py Mark conf_file as a path, for various user expansion 9 years ago
homebrew.py Sprinkle some LANG/LC_* where command output is parsed (#2019) 9 years ago
homebrew_cask.py homebrew_cask: fix doc version_added for install_options 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
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 Remove dead code from pacman module 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 pkgin: Fix bad regexp which did not catch packages such as p5-SVN-Notify 9 years ago
pkgng.py add chroot flag to pkgng in order to allow installation of packages into chroot environments, e.g. jails (#1218) 9 years ago
pkgutil.py Fix pkgutil "upgrade_catalog must be one of" err (#2149) 9 years ago
portage.py Use boolean instead of "yes" + choice for most option 9 years ago
portinstall.py Update for modules which import json. 9 years ago
slackpkg.py minor doc fix 9 years ago
svr4pkg.py
swdepot.py fixed a typo in swdepot module 9 years ago
urpmi.py Update for modules which import json. 9 years ago
yum_repository.py Describing the _none_ value of the proxy option (#2053) 9 years ago
zypper.py zypper: (Bugfix) Change command option --verbose to --details which is supported since 2008 (#2224) 9 years ago
zypper_repository.py Zypper repository rewrite (#1990) 9 years ago