fatal localhost FAILED changed false msg boto required for this module

0 votes

Hi Guys,

I am trying to provision OS on top of the AWS cloud using Ansible Playbook, but it is showing me the below error.

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

How can I solve this error?

Aug 12, 2020 in Ansible by akhtar
• 38,230 points
3,667 views

1 answer to this question.

0 votes

Hi@akhtar,

As ansible use the python library in the backend, so you need to install the boto module in your system. This is a python module that helps to connect the AWS cloud and launch an EC2 instance. You can use the below command to download the boto module.

$ pip3 install boto

answered Aug 12, 2020 by MD
• 95,440 points

Related Questions In Ansible

0 votes
1 answer
+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,460 views
+2 votes
1 answer
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