ansible.builtin.reachable test – Task did not end due to unreachable host

Note

This test plugin is part of ansible-core and included in all Ansible installations. In most cases, you can use the short plugin name reachable. However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.reachable for easy linking to the plugin documentation and to avoid conflicting with other collections that may have the same test plugin name.

Synopsis

  • Tests if task was able to reach the host for execution

  • This test checks for the existence of a unreachable key in the input dictionary and that it is False if present

Input

This describes the input of the test, the value before is ansible.builtin.reachable or is not ansible.builtin.reachable.

Parameter

Comments

Input

dictionary / required

registered result from an Ansible task

Examples

# test 'status' to know how to respond
{{ taskresults is reachable }}

Return Value

Key

Description

Return value

boolean

Returns True if the task did not flag the host as unreachable, False otherwise.

Returned: success

Authors

  • Ansible Core

Hint

Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.