add missing / to python paths
This commit is contained in:
parent
2d7e019dd2
commit
5bf327649f
|
@ -475,8 +475,8 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase):
|
|||
'python3.5',
|
||||
'python2.7',
|
||||
'python2.6',
|
||||
'usr/libexec/platform-python',
|
||||
'usr/bin/python3',
|
||||
'/usr/libexec/platform-python',
|
||||
'/usr/bin/python3',
|
||||
'python'
|
||||
]
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue