ansible/ansibotmini

Will this work with a RHEL 7 or older target, with built-in python 3.6?

nkadel opened this issue · 1 comments

nkadel commented

RHEL 7 does not have an easily integrated python 3.11 as demanded for this tool. RHEL 8 has python 3.11 available, but that will this tool operate correctly for RHEL 7 or older target hosts?

Will this work with a RHEL 7 or older target, with built-in python 3.6?

It will not.

... will this tool operate correctly for RHEL 7 or older target hosts?

There is no requirement on a specific RHEL version, or OS for that matter I think, just Python version.

It may or may not work on lower Python versions than Python 3.11 but we have not tested it nor do we plan to do so and/or add a support for it. As this is a new tool we chose to use the latest version of Python available at the time to be a requirement.