add missing / to python paths

pull/658/head
Steven Robertson 5 years ago
parent 2d7e019dd2
commit 5bf327649f

@ -475,8 +475,8 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase):
'python3.5', 'python3.5',
'python2.7', 'python2.7',
'python2.6', 'python2.6',
'usr/libexec/platform-python', '/usr/libexec/platform-python',
'usr/bin/python3', '/usr/bin/python3',
'python' 'python'
] ]
else: else:

Loading…
Cancel
Save