I tried executing an ansible playbook and faced the following error:
fatal: [10.13.25.12]: FAILED! => {"changed": false, "failed": true, "msg": "boto required for this module"}
playbook:
- name: Install Pip
apt: name=python-pip state=present
- name: Install boto
pip: name=boto