mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Fix validation errors in plugin documentation (#399)
Fix validation errors in plugin documentation Depends-On: ansible/ansible-zuul-jobs#1385 SUMMARY This fixes validation errors in plugin documentation now that ansible test for 2.13 is running validate-modules on all plugins. The kubectl connection plugin validation is ignored because there seems to be a requirement for the author field to have a github username, which we do not have. ISSUE TYPE Docs Pull Request COMPONENT NAME plugins/connection/kubectl plugins/inventory/k8s plugins/lookup/k8s plugins/lookup/kustomize ADDITIONAL INFORMATION Reviewed-by: None <None>
This commit is contained in:
@@ -23,9 +23,9 @@ __metaclass__ = type
|
||||
|
||||
DOCUMENTATION = r"""
|
||||
author:
|
||||
- xuxinkun
|
||||
- xuxinkun (@xuxinkun)
|
||||
|
||||
connection: kubectl
|
||||
name: kubectl
|
||||
|
||||
short_description: Execute tasks in pods running on Kubernetes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user