docs: Transpose two words to correct a sentence. (#72329)
This commit is contained in:
parent
1a5d2938c6
commit
8ada1bb447
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ loop_control: |
|
|||
|
||||
max_fail_percentage: can be used to abort the run after a given percentage of hosts in the current batch has failed.
|
||||
module_defaults: Specifies default parameter values for modules.
|
||||
name: "Identifier. Can be used for documentation, in or tasks/handlers."
|
||||
name: "Identifier. Can be used for documentation, or in tasks/handlers."
|
||||
no_log: Boolean that controls information disclosure.
|
||||
notify: "List of handlers to notify when the task returns a 'changed=True' status."
|
||||
order: Controls the sorting of hosts as they are used for executing the play. Possible values are inventory (default), sorted, reverse_sorted, reverse_inventory and shuffle.
|
||||
|
|
Loading…
Reference in a new issue