How I can use an ansible collection inside an ansible role (that I cannot modify)?
I need to use the ansible collection ovirt.ovirt_collection (new features in the modules that are not in ansible 2.9.6) with ansible roles to manage an oVirt cluster but the roles use the default modules.
Do you know how to force the use of the modules inside the collection?