mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Fix doc_fragments reference
This commit is contained in:
2
plugins/modules/k8s_exec.py
Normal file → Executable file
2
plugins/modules/k8s_exec.py
Normal file → Executable 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"
|
||||
|
||||
Reference in New Issue
Block a user