From 79119c62cdf33d9ae0697a5f4b83372a8c67b078 Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Tue, 16 Oct 2018 18:52:18 +0200 Subject: [PATCH] Correct wording in k8s module description (#47125) --- lib/ansible/modules/clustering/k8s/k8s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/clustering/k8s/k8s.py b/lib/ansible/modules/clustering/k8s/k8s.py index 678a51dd5c..999d8ba0a1 100644 --- a/lib/ansible/modules/clustering/k8s/k8s.py +++ b/lib/ansible/modules/clustering/k8s/k8s.py @@ -43,7 +43,7 @@ extends_documentation_fragment: options: merge_type: description: - - Whether to override the default patch merge approach with a specific type. By the default, the strategic + - Whether to override the default patch merge approach with a specific type. By default, the strategic merge will typically be used. - For example, Custom Resource Definitions typically aren't updatable by the usual strategic merge. You may want to use C(merge) if you see "strategic merge patch format is not supported"