Failed to find exact match for v1.Namespace

I’m having a weird problem with Ansible and OpenShift,

on my Fedora node the playbook succeed, but on my RHEL node, the operation fails with the message:

fatal: [localhost]: FAILED! => changed=false
msg: Failed to find exact match for v1.Namespace by [kind, name, singularName, shortNames]

Both run Ansible installed using pip install --user

and have the same collection versions.

Any idea ?

playbook

Opened an issue on GitHub https://github.com/ansible-collections/kubernetes.core/issues/351