adding in python3 as a possible_pythons option for rhel8

pull/658/head
Steven Robertson 4 years ago
parent 89d87445c8
commit 7411057ba8

@ -469,6 +469,7 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase):
if self._finding_python_interpreter:
possible_pythons = [
'/usr/bin/python',
'python3',
'python3.7',
'python3.6',
'python3.5',

Loading…
Cancel
Save