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/library/packaging
Michael Scherer 19bb44288e fix distribution detection in apt_repository module, so it also work
on Mint as it work on Debian, fix #4587.

PPAs are not supported however, since that's a Ubuntu specific feature
and mint is detected as a generic distribution and use a different
codename than the Ubuntu release it is based on, which mean that apt_repository
cannot add detect and add the proper url without a better heuristic.
11 years ago
..
apt For values that are booleans in the module doc, the value in the doc section should be a boolean or truthiness 11 years ago
apt_key Do key validation only when key is provided 11 years ago
apt_repository fix distribution detection in apt_repository module, so it also work 11 years ago
easy_install Fixes #4532 Send easy_install to get_bin_path instead of None 11 years ago
gem Fix for Issue #2470 - gem version string processing 11 years ago
homebrew update version_added of homebrew module 11 years ago
macports DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 11 years ago
npm Merge pull request #3199 from chrishoffman/doc_error 11 years ago
openbsd_pkg openbsd_pkg: Use ansible run_command(). 11 years ago
opkg DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 11 years ago
pacman Merge branch 'pacman_local' into pacman_local_plus_check 11 years ago
pip Refactor helper function '_get_pip' to handle the cases where an absolute 11 years ago
pkgin Fix pkgin search (yielding wrong results under certain conditions, see inline comments). 11 years ago
pkgng Revert "now modules can implement with_items list globbing w/o updating" 11 years ago
pkgutil Fix module formatting in the pkgutil module. 11 years ago
redhat_subscription Styling: misc pep8 11 years ago
rhn_channel changed deprecated channel_label attribute 11 years ago
rhn_register Added full path to rhnreg_ks command for working correctly with sudo. 11 years ago
rpm_key Fixing typos in is_keyid function definition and usage 11 years ago
svr4pkg fixes ansible/ansible#3547 11 years ago
yum Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
zypper Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago