# ansible.builtin.success Tests if task finished successfully, opposite of `failed`. Input is a registered result from an Ansible task. ## Example ```yml # test 'status' to know how to respond {{ taskresults is success }} ```