diff --git a/plugins/modules/k8s_exec.py b/plugins/modules/k8s_exec.py old mode 100644 new mode 100755 index 1b12fb53..b2a3a8b0 --- a/plugins/modules/k8s_exec.py +++ b/plugins/modules/k8s_exec.py @@ -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"