Known issues
Last updated
Was this helpful?
Last updated
Was this helpful?
The role has been tested with various OS images of the . On some AlmaLinux 9.1 images the roles fails on the "Install required Python modules" task with the error shown below:
This occurs because an older version of the "requests" module was installed using the OS package manager and PIP is not able to upgrade it. To fix this issue the RPM package needs to be removed.
This can incorporated into the playbook using a pre_task which would run before the role, for example:
This issue is listed here for completeness. It is described in the section of the documentation.