mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Corrected for fallthrough
This commit is contained in:
parent
ee4fe9ff55
commit
7bba04b176
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ def main():
|
||||||
|
|
||||||
pip = module.get_bin_path('python-pip', False, ['%s/bin' % env])
|
pip = module.get_bin_path('python-pip', False, ['%s/bin' % env])
|
||||||
if not pip:
|
if not pip:
|
||||||
pip = module.get_bin_path('pip-python', True, ['%s/bin' % env])
|
pip = module.get_bin_path('pip-python', False, ['%s/bin' % env])
|
||||||
|
|
||||||
if not pip:
|
if not pip:
|
||||||
pip = module.get_bin_path('pip', True, ['%s/bin' % env])
|
pip = module.get_bin_path('pip', True, ['%s/bin' % env])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue