From 72536fe2866c3122819fc8a99cb9cac81f744b4a Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Mon, 6 Dec 2021 12:13:18 -0500 Subject: [PATCH] Fix sanity tests (#283) (#304) [backport/2.2] Fix sanity tests SUMMARY Fix sanity tests Reviewed-by: None Reviewed-by: None (cherry picked from commit 1116056) ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: None --- plugins/doc_fragments/k8s_resource_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/k8s_resource_options.py b/plugins/doc_fragments/k8s_resource_options.py index b9dcfe1651..dc18fc81f2 100644 --- a/plugins/doc_fragments/k8s_resource_options.py +++ b/plugins/doc_fragments/k8s_resource_options.py @@ -28,6 +28,6 @@ class ModuleDocFragment(object): - Reads from the local file system. To read from the Ansible controller's file system, including vaulted files, use the file lookup plugin or template lookup plugin, combined with the from_yaml filter, and pass the result to I(resource_definition). See Examples below. - - Mutually exclusive with I(template) in case of M(k8s) module. + - Mutually exclusive with I(template) in case of M(kubernetes.core.k8s) module. type: path '''