From 8ada1bb4470e00ce30f21e77ff645685d3e475be Mon Sep 17 00:00:00 2001 From: Samy Mahmoudi Date: Wed, 4 Nov 2020 10:40:39 -0500 Subject: [PATCH] docs: Transpose two words to correct a sentence. (#72329) --- docs/docsite/keyword_desc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/keyword_desc.yml b/docs/docsite/keyword_desc.yml index 8d5a080177e..357f1d0ad6a 100644 --- a/docs/docsite/keyword_desc.yml +++ b/docs/docsite/keyword_desc.yml @@ -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.