mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
44c2fae805
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. |
||
---|---|---|
.. | ||
cloud | ||
commands | ||
database | ||
files | ||
internal | ||
inventory | ||
messaging | ||
monitoring | ||
net_infrastructure | ||
network | ||
notification | ||
packaging | ||
source_control | ||
system | ||
utilities | ||
web_infrastructure |