I am trying to run ansible-playbook with these Python modules: https://github.com/dkorn/manageiq-ansible-module/tree/master/library
and I am failing with the following error:
from manageiq_client.api import ManageIQClient as MiqApi
ImportError: No module named manageiq_client.api
Now, I understand that I simply need to pip install the manageiq_client on the machine I run on but it is something I actually cannot do because I don't have root access to it to install anything. I was told to use this script:
But I am not sure how. Thanks in advance!