#AAP Errors

1 messages · Page 1 of 1 (latest)

queen kiln
#

I moved from Ansible Core to AAP.
Using same code with minor changes for Netapp automation.
Have created my own EE.
My role has multiple tasks, few works quite well, and when 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 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.

Thanks Abhi

uneven orbit
hoary mountain
#

Is the python instance AAP running on the same instance your pip installed netapp-lib in.

queen kiln
#

Thanks for your help guys. i figured the issue out. Created new EE based on ansible-automation-platform-23/ee-29-rhel8:latest, There was another issue with archive module with it. But all worked out. The EE is available here quay.io/exam_mcse/abhinetappontapee:0.11