Skip to content

Commit 5375fbc

Browse files
authored
Fix typo (#3362)
s/always executed/are always executed/ Signed-off-by: Ariel Otilibili <[email protected]>
1 parent 70dd469 commit 5375fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/playbook_guide/playbooks_delegation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ By default, Ansible gathers facts and executes all tasks on the machines that ma
1111
Tasks that cannot be delegated
1212
------------------------------
1313

14-
Some tasks always executed on the control node. These tasks, including ``include``, ``add_host``, and ``debug``, cannot be delegated.
14+
Some tasks are always executed on the control node. These tasks, including ``include``, ``add_host``, and ``debug``, cannot be delegated.
1515
You can determine if an action can be delegated from the ``connection`` attribute documentation.
1616
If the ``connection`` attribute indicates ``support`` is ``False`` or ``None``, then the action does not use a connection and cannot be delegated.
1717

0 commit comments

Comments
 (0)