Skip to content

Commit

Permalink
Fixes ansible-collections#250 by defining the FQCN connection plugin …
Browse files Browse the repository at this point in the history
…name to force using the one included in this collection
  • Loading branch information
tima committed Oct 7, 2020
1 parent 0377a89 commit af0d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inventory/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit af0d026

Please sign in to comment.