Hi All,
We are using older ansible version 2.2.1.0 in a virtual environment hosted on Amazon linux. Tried to run the ec2.py dynamic inventory script and it failed with the below errors:
Error: boto required for this module
I can see boto lib installed on the virtualenv
pip list boto | grep boto
boto 2.48.0
boto3 1.14.21
botocore 1.17.21
Ansible --version
ansible 2.2.1.0
python --version
Python 2.7.18
which python -----> points to the correct instance in the virtualenv
~/virtualenv/ansible-2.2.1.0_venv/bin/python
Any ideas on the boto module issue?
Cheers,
Joseph