mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +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):
|
||||
NAME = 'community.kubernetes.k8s'
|
||||
|
||||
connection_plugin = 'kubectl'
|
||||
connection_plugin = 'community.kubernetes.kubectl'
|
||||
transport = 'kubectl'
|
||||
|
||||
def parse(self, inventory, loader, path, cache=True):
|
||||
|
||||
Reference in New Issue
Block a user