mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Fix the issue of easy_install ignoring virtualenv_site_packages=yes.
This commit is contained in:
@@ -111,7 +111,7 @@ def main():
|
||||
command = '%s %s' % (virtualenv, env)
|
||||
if site_packages:
|
||||
command += ' --system-site-packages'
|
||||
rc_venv, out_venv, err_venv = module.run_command('%s %s' % (virtualenv, env))
|
||||
rc_venv, out_venv, err_venv = module.run_command(command)
|
||||
|
||||
rc += rc_venv
|
||||
out += out_venv
|
||||
|
||||
Reference in New Issue
Block a user