mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Fix typo (#3362)
s/always executed/are always executed/ Signed-off-by: Ariel Otilibili <a.otilibili@instadeep.com>
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user