s/always executed/are always executed/

Signed-off-by: Ariel Otilibili <a.otilibili@instadeep.com>
This commit is contained in:
Ariel Otilibili
2025-12-11 18:08:38 +01:00
committed by GitHub
parent 70dd46970a
commit 5375fbc22a

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 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. 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. If the ``connection`` attribute indicates ``support`` is ``False`` or ``None``, then the action does not use a connection and cannot be delegated.