FAILED boto3 and botocore required for this module when execute Ansible with YAML file. We need to install botocore and boto3 python functions. If you are using Ubuntu operating system use the command as below,
$ sudo apt-get install python-pip
$ pip install boto3
$ pip install botocore
$ pip install boto3
$ pip install botocore
Comments (0)