mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
Fixes #250 by defining the FQCN connection plugin name to force using the one included in this collection (#252)
This commit is contained in:
@@ -143,7 +143,7 @@ class K8sInventoryException(Exception):
|
|||||||
class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable, K8sAnsibleMixin):
|
class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable, K8sAnsibleMixin):
|
||||||
NAME = 'community.kubernetes.k8s'
|
NAME = 'community.kubernetes.k8s'
|
||||||
|
|
||||||
connection_plugin = 'kubectl'
|
connection_plugin = 'community.kubernetes.kubectl'
|
||||||
transport = 'kubectl'
|
transport = 'kubectl'
|
||||||
|
|
||||||
def parse(self, inventory, loader, path, cache=True):
|
def parse(self, inventory, loader, path, cache=True):
|
||||||
|
|||||||
Reference in New Issue
Block a user