satellite-clone on RHEL8.8 fails with ModuleNotFoundError: No module named 'ansible'
as it currently uses python3.9 while ansible-core is installed under python3.11 (on RHEL8.8)
VERIFIED.
@Satellite 6.14.0 Snap8
satellite-clone-3.5.0-1.el8sat.noarch
by the following manual reproducer:
1) Install and run satellite-clone on RHEL8.8
# satellite-clone -y
PLAY [satellite6] **************************************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
TASK [satellite-clone : Run pre-install check] *********************************
included: /usr/share/satellite-clone/roles/satellite-clone/tasks/pre_install_check.yml for localhost
TASK [satellite-clone : Check if satellite is already installed] ***************
...
>>> the tool is running successfully on RHEL8.8