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
Robin Roth 06bd2a5ce2 Zypper repo autoimport keys (#2132)
* zypper_repository add auto_import_keys options

* also give more output on failure (rc, stdout, stderr)

* be more specific in the doc for auto_import_keys

* add runrefresh option to zypper_repository

* this comes out of ansible/ansible-modules-extras#2411, where AnderEnder adds refresh to the zypper module
* adds a way to force zypper to refresh a repository
* can be used to refresh independently of auto_import_keys
* add option to run name=* runrefresh=yes
* name runrefresh to not break existing use to refresh (now alias to autorefresh)
* add version_added flag to autorefresh

* remove wrong version_added comment
9 years ago
..
__init__.py Reorganization. 11 years ago
apk.py apk: Fix mutual exclusivity (#2768) 9 years ago
dnf.py Mark conf_file as a path, for various user expansion 10 years ago
homebrew.py Add path type in homebrew 'path' option (#2692) 10 years ago
homebrew_cask.py Update homebrew_cask with additional cask features and doc updates (#2682) 10 years ago
homebrew_tap.py Update homebrew_tap to support custom tap URL via optional 'url' option (#2672) 10 years ago
layman.py Fixed exception compatablity for py3 (and 2.4 in yum_repository.py) (#2369) 10 years ago
macports.py Adding author's github id 11 years ago
openbsd_pkg.py Improve debug log some more. 10 years ago
opkg.py added version added 10 years ago
pacman.py List pacman options aliases in documentation (#2670) 10 years ago
pkg5.py Replace choices=BOOLEANS by type='bool', fix #1326 10 years ago
pkg5_publisher.py Handle empty IPS publishers (#2047) 10 years ago
pkgin.py pkgin: Fix bad regexp which did not catch packages such as p5-SVN-Notify 10 years ago
pkgng.py Improve documentation for pkgng module (#2338) 10 years ago
pkgutil.py Fix pkgutil "upgrade_catalog must be one of" err (#2149) 10 years ago
portage.py Use boolean instead of "yes" + choice for most option 10 years ago
portinstall.py Update for modules which import json. 10 years ago
slackpkg.py minor doc fix 11 years ago
svr4pkg.py Do not return failure when the package is installed and nothing is done (#1852) 10 years ago
swdepot.py fixed a typo in swdepot module 10 years ago
urpmi.py Update for modules which import json. 10 years ago
yum_repository.py Fixed exception compatablity for py3 (and 2.4 in yum_repository.py) (#2369) 10 years ago
zypper.py Ensure the return value for changed is bool (#2830) 9 years ago
zypper_repository.py Zypper repo autoimport keys (#2132) 9 years ago