From 1116056eeb744ee7b64ae78888098a4e20b56fc4 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 16 Nov 2021 11:52:41 -0500 Subject: [PATCH] Fix sanity tests (#283) Fix sanity tests SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: None 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 93b7378918..029ec3ed52 100644 --- a/plugins/doc_fragments/k8s_resource_options.py +++ b/plugins/doc_fragments/k8s_resource_options.py @@ -29,6 +29,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 """