mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
Merge pull request #1671 from tonk/devel
Added pip-python to the search for CentOS 6 compatibility
This commit is contained in:
@@ -136,6 +136,9 @@ def main():
|
||||
err += err_venv
|
||||
|
||||
pip = module.get_bin_path('python-pip', False, ['%s/bin' % env])
|
||||
if not pip:
|
||||
pip = module.get_bin_path('pip-python', False, ['%s/bin' % env])
|
||||
|
||||
if not pip:
|
||||
pip = module.get_bin_path('pip', True, ['%s/bin' % env])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user