Thank you for correcting me
i have some other issue related to this i hope you can help me on this,
I am using AWX tower and I created an Execution environment(which installed Packer and Terraform) to run my play book, i particularly use this task to confirm whether my ip is free or not.
After my correction i am getting below error.
play:
name: Ping the IP address
ansible.builtin.command:
cmd: ping -c 4 10.144.35.9
register: ping_result
tags: