Error saying fatal 10 13 25 12 FAILED changed false failed true msg boto required for this module

0 votes

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
Feb 9, 2019 in Ansible by Chris
1,205 views

1 answer to this question.

0 votes
Hey @Chris, most of the tasks in the playbook run on the host machine. Make sure you have python and boto installed on server and host machine. If you run through the playbook, it'll mostly just get installed on the host machine.

Hope it helps :)
answered Feb 9, 2019 by Monish

Related Questions In Ansible

0 votes
1 answer

fatal: [localhost]: FAILED! => {"changed": false, "msg": "boto required for this module"}

Hi@akhtar, As ansible use the python library in ...READ MORE

answered Aug 12, 2020 in Ansible by MD
• 95,440 points
3,667 views
0 votes
1 answer

Error saying "msg: unsupported parameter for module: deb"

Hey @Laksha, I think an older version ...READ MORE

answered Feb 1, 2019 in Ansible by Ansiha
2,106 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
0 votes
1 answer

Error saying "Failed to find required executable gpg in paths"

Hey @Nisha, according to your error, your ...READ MORE

answered Mar 13, 2019 in Ansible by Yesha
10,157 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP