From d500e6ec45005e062d23ac4407156ffd013a1214 Mon Sep 17 00:00:00 2001 From: Koki Kato Date: Tue, 19 Jan 2021 05:24:29 +0900 Subject: [PATCH] doc: fix ansible_play_hosts description about failure (#73190) The variable ansible_play_hosts actually does _not_ includes failed or unreachable hosts. +label: docsite_pr --- docs/docsite/rst/reference_appendices/special_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/special_variables.rst b/docs/docsite/rst/reference_appendices/special_variables.rst index 0593b39c8b3..cbec6a73a79 100644 --- a/docs/docsite/rst/reference_appendices/special_variables.rst +++ b/docs/docsite/rst/reference_appendices/special_variables.rst @@ -51,7 +51,7 @@ ansible_play_batch List of active hosts in the current play run limited by the serial, aka 'batch'. Failed/Unreachable hosts are not considered 'active'. ansible_play_hosts - List of hosts in the current play run, not limited by the serial. Failed/Unreachable hosts are included in this list. + List of hosts in the current play run, not limited by the serial. Failed/Unreachable hosts are excluded from this list. ansible_play_hosts_all List of all the hosts that were targeted by the play