adding in python3 as a possible_pythons option for rhel8
This commit is contained in:
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…
Reference in New Issue