From c4f5d254ca1ded576ebd00e4b1bdeb8ca7661631 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Wed, 12 Feb 2020 11:45:54 +0000 Subject: [PATCH] Fix doc_fragments reference --- plugins/modules/k8s_exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 plugins/modules/k8s_exec.py 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"