diff --git a/plugins/inventory/k8s.py b/plugins/inventory/k8s.py index 4c9bab82..50554575 100644 --- a/plugins/inventory/k8s.py +++ b/plugins/inventory/k8s.py @@ -143,7 +143,7 @@ class K8sInventoryException(Exception): class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable, K8sAnsibleMixin): NAME = 'community.kubernetes.k8s' - connection_plugin = 'kubectl' + connection_plugin = 'community.kubernetes.kubectl' transport = 'kubectl' def parse(self, inventory, loader, path, cache=True):