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
chrisalbright 44c2fae805 pip module: fix unexpected behavior when creating virtualenvs
This module supports `virtualenv_site_packages` as an option to control whether or not to include system packages when installing pip packages into a virtual environment. 

The default is no, and when you say yes it explicitly it includes a flag to include site packages, otherwise it doesn't provide a flag. 

Some versions of virtualenv by default include site packages and other versions by default do not. 

This patch just makes both branches explicit, so `virtualenv_site_packages=no` really means no.
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 Only remove leading '0x' from key ids, not all 0s 11 years ago
apt_repository check for ubuntu distribution first 11 years ago
easy_install Fixes #4532 Send easy_install to get_bin_path instead of None 11 years ago
gem Add executable parameter to find gem binary in gem module 11 years ago
homebrew Misc pep8 fixes 11 years ago
macports
npm
openbsd_pkg
opkg
pacman
pip pip module: fix unexpected behavior when creating virtualenvs 11 years ago
pkgin
pkgng
pkgutil Fix module formatting in the pkgutil module. 11 years ago
redhat_subscription
rhn_channel
rhn_register Added full path to rhnreg_ks command for working correctly with sudo. 11 years ago
rpm_key
svr4pkg
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