From a5a2b7791169c128ec589ec3fd3946db4e87474d Mon Sep 17 00:00:00 2001 From: John Eismeier <42679190+jeis4wpi@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:33:31 -0500 Subject: [PATCH] Propose fix typo of targetting (#86242) Signed-off-by: John E --- lib/ansible/modules/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/meta.py b/lib/ansible/modules/meta.py index 90a0b0045b2..e3784a4b0c9 100644 --- a/lib/ansible/modules/meta.py +++ b/lib/ansible/modules/meta.py @@ -33,7 +33,7 @@ options: - V(clear_facts) (added in Ansible 2.1) causes the gathered facts for the hosts specified in the play's list of hosts to be cleared, including the fact cache. - V(clear_host_errors) (added in Ansible 2.1) clears the failed state (if any) from hosts specified in the play's list of hosts. - This will make them available for targetting in subsequent plays, but not continue execution in the current play. + This will make them available for targeting in subsequent plays, but not continue execution in the current play. - V(end_play) (added in Ansible 2.2) causes the play to end without failing the host(s). Note that this affects all hosts. - V(reset_connection) (added in Ansible 2.3) interrupts a persistent connection (i.e. ssh + control persist) - V(end_host) (added in Ansible 2.8) is a per-host variation of V(end_play). Causes the play to end for the current host without failing it.