From 5375fbc22a3bbc08952a3bfe6c7a62739c91d16c Mon Sep 17 00:00:00 2001 From: Ariel Otilibili <30573755+ariel-anieli@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:08:38 +0100 Subject: [PATCH] Fix typo (#3362) s/always executed/are always executed/ Signed-off-by: Ariel Otilibili --- docs/docsite/rst/playbook_guide/playbooks_delegation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbook_guide/playbooks_delegation.rst b/docs/docsite/rst/playbook_guide/playbooks_delegation.rst index 3a4e9bb4c4..83e0c4deed 100644 --- a/docs/docsite/rst/playbook_guide/playbooks_delegation.rst +++ b/docs/docsite/rst/playbook_guide/playbooks_delegation.rst @@ -11,7 +11,7 @@ By default, Ansible gathers facts and executes all tasks on the machines that ma Tasks that cannot be delegated ------------------------------ -Some tasks always executed on the control node. These tasks, including ``include``, ``add_host``, and ``debug``, cannot be delegated. +Some tasks are always executed on the control node. These tasks, including ``include``, ``add_host``, and ``debug``, cannot be delegated. You can determine if an action can be delegated from the ``connection`` attribute documentation. If the ``connection`` attribute indicates ``support`` is ``False`` or ``None``, then the action does not use a connection and cannot be delegated.