add missing / to python paths

This commit is contained in:
Steven Robertson 2020-03-20 13:16:56 -07:00
parent 2d7e019dd2
commit 5bf327649f
1 changed files with 2 additions and 2 deletions

View File

@ -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: