Fixes #250 by defining the FQCN connection plugin name to force using the one included in this collection (#252)

This commit is contained in:
Timothy Appnel
2020-10-07 15:58:03 -04:00
committed by GitHub
parent 0377a892d5
commit b7ec6bf79d

View File

@@ -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):