mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 22:12:44 +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:
|
description:
|
||||||
- Use the Kubernetes Python client to execute command on K8s pods.
|
- Use the Kubernetes Python client to execute command on K8s pods.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- k8s_auth_options
|
- community.kubernetes.k8s_auth_options
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.7"
|
- "python >= 2.7"
|
||||||
- "openshift == 0.4.3"
|
- "openshift == 0.4.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user