Skip to content

Commit 312aa61

Browse files
Update docs/docsite/rst/playbook_guide/playbooks_error_handling.rst
Co-authored-by: Felix Fontein <[email protected]>
1 parent 340c186 commit 312aa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/playbook_guide/playbooks_error_handling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ And at the playbook level:
6161
Resetting unreachable hosts
6262
===========================
6363

64-
If Ansible cannot connect to a host, it marks that host as 'UNREACHABLE' and removes it from the list of active hosts for the run. You can use meta: clear_host_errors to reactivate all hosts, so subsequent tasks can try to reach them again.
64+
If Ansible cannot connect to a host, it marks that host as 'UNREACHABLE' and removes it from the list of active hosts for the run. You can use ``meta: clear_host_errors`` to reactivate all hosts, so subsequent tasks can try to reach them again.
6565

6666
.. _handlers_and_failure:
6767

0 commit comments

Comments
 (0)