Issue #49: Remaining fixes from diff on auto-migrated collection.

This commit is contained in:
Jeff Geerling
2020-03-20 15:42:13 -05:00
parent 78902af34a
commit 7aa071c98f
13 changed files with 18 additions and 40 deletions

View File

@@ -140,7 +140,7 @@ class K8sInventoryException(Exception):
class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable, K8sAnsibleMixin):
NAME = 'k8s'
NAME = 'community.kubernetes.k8s'
transport = 'kubectl'