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
Matthew Phipps de99cc6fbf Remove use_mirrors from pip module
PyPI moved to a CDN on 2013-05-26, so mirrors are now largely
unnecessary and pip removed the functionality in 1.5. More importantly
(and why I wrote this request): on 2014-02-15 the mirror directory was
taken offline, so mirrors may not work anymore even for pip versions
that support them.
12 years ago
..
apt apt: fixed pkg=<name>=<version> fails if package is not yet installed. 12 years ago
apt_key apt_key module: Case insensitive presence checking 12 years ago
apt_repository reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 12 years ago
easy_install Fixes #5381 easy_install bug when used with virtualenv 12 years ago
gem
homebrew Use "brew list <name>" instead of grepping the output of "brew list". 12 years ago
macports
npm Fix npm documentation typo. 12 years ago
openbsd_pkg
opkg
pacman small change to docs 12 years ago
pip Remove use_mirrors from pip module 12 years ago
pkgin
pkgng
pkgutil
portinstall
redhat_subscription
rhn_channel
rhn_register
rpm_key All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 12 years ago
svr4pkg
swdepot
urpmi
yum Adding a check for pending tranasctions to the yum module 12 years ago
zypper remove check for version string 12 years ago
zypper_repository zypper_repository: claims to support check_mode, but does not. Fixes GH-5614. 12 years ago