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
even without specifying the collections:
keyword.
However, we recommend you use the FQCN for easy linking to the
plugin documentation and to avoid conflicting with other collections that may have
the same test plugin name.
New in Ansible 1.9
Synopsis
Tests if task was able to reach the host for execution
This test checks for the existance of a
unreachable
key in the input dictionary and that it isFalse
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 |
---|---|
registered result from an Ansible task |
Examples
# test 'status' to know how to respond
{{ (taskresults is reachable }}
Return Value
Key |
Description |
---|---|
Returns Returned: success |