You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But on a RHEL 8 family system (ansible_os_family = RedHat), there seems to be no way to override ansible_distribution_major_version, even if set using -e on the command line
The text was updated successfully, but these errors were encountered:
which version of python are you wishing to install (or is it already installed)?
can you override system_pip_packagepython_executablepip_executable with -e?
I realize we should probably do the python version checking task first, and then only do dnf installation of python if that check doesn't pass
roles/setup/defaults/main.yml
minimum_python_version: 3.9
But then roles/setup/vars/RedHat-8.yml hardcodes the version to be 3.9 and has an issue when the python version in use is 3.11
roles/setup/vars/RedHat.yml does not have this issue
But on a RHEL 8 family system (ansible_os_family = RedHat), there seems to be no way to override ansible_distribution_major_version, even if set using -e on the command line
The text was updated successfully, but these errors were encountered: