s/always executed/are always executed/


(cherry picked from commit 5375fbc22a)

Signed-off-by: Ariel Otilibili <a.otilibili@instadeep.com>
Co-authored-by: Ariel Otilibili <30573755+ariel-anieli@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2025-12-11 17:28:17 +00:00
committed by GitHub
parent a9e1a784e6
commit d48d7d596c

View File

@@ -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.