Fix doc_fragments reference

This commit is contained in:
Tristan Cacqueray
2020-02-12 11:45:54 +00:00
parent c067a93886
commit c4f5d254ca

2
plugins/modules/k8s_exec.py Normal file → Executable file
View File

@@ -21,7 +21,7 @@ author: "Tristan de Cacqueray (@tristanC)"
description:
- Use the Kubernetes Python client to execute command on K8s pods.
extends_documentation_fragment:
- k8s_auth_options
- community.kubernetes.k8s_auth_options
requirements:
- "python >= 2.7"
- "openshift == 0.4.3"