Hi All,
I moved from Ansible Core to AAP.
Using the same code with minor changes for Netapp automation.
Have created my own EE.
My role has multiple tasks, few works quite well, and when a task with module “netapp.ontap.na_ontap_info:” starts the execution fails with error “msg”: “Error: the python NetApp-Lib module is required. Import error: No module named ‘netapp_lib’”,
I tried fixing the collection version to 22.4 which is working on ansible core in requirements.yml.
My requirements.txt for building EE has netapp-lib.
This module " netapp.ontap.na_ontap_rest_info:" in the same role works without issues.
As I’m new to AAP, any help troubleshooting here is much appreciated.
Warm Regards,
Abhi