Commit ee4fe9ff by Ton Kersten

Added pip-python to the search for CentOS 6 compatibility

parent ac09b47e
......@@ -137,6 +137,9 @@ def main():
pip = module.get_bin_path('python-pip', False, ['%s/bin' % env])
if not pip:
pip = module.get_bin_path('pip-python', True, ['%s/bin' % env])
if not pip:
pip = module.get_bin_path('pip', True, ['%s/bin' % env])
state = module.params['state']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment