Ansible Playbook

Ansible inventory file update task marked as failed. Configured correctly an getting ping response as well. Please validate and confim, what went wrong. Even playbook run also success.

thor@jump_host ~/playbook$ ansible all -m ping -i inventory
stapp03 | SUCCESS => {
“ansible_facts”: {
“discovered_interpreter_python”: “/usr/bin/python”
},
“changed”: false,
“ping”: “pong”
}