80858/fatal-localhost-failed-changed-false-required-this-module
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?
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
Hey @Chris, most of the tasks in ...READ MORE
Hey @Monish I figured what my issue ...READ MORE
Hey @Vardhan, you're missing out on the ...READ MORE
Hi@akhtar, You got this error because you did ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You are using the docker module. This ...READ MORE
Hi@akhtar, There may be some reasons to get ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.