Hi Guys,
I am trying to launch an EC2 instance using Ansible-Playbook. But when I try to run my playbook, it is showing me the below error.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Either region or ec2_url must be specified"}
How to avoid this error?