You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WARNING]: * Failed to parse /runner/project/kubevirt.yml with auto plugin:
cannot import name 'HAS_K8S_MODULE_HELPER' from
'ansible_collections.kubernetes.core.plugins.module_utils.common' (/runner/requ
irements_collections/ansible_collections/kubernetes/core/plugins/module_utils/c
ommon.py)
File "/usr/local/lib/python3.9/site-packages/ansible/inventory/manager.py", line 293, in parse_source
plugin.parse(self._inventory, self._loader, source, cache=cache)
File "/usr/local/lib/python3.9/site-packages/ansible/plugins/inventory/auto.py", line 50, in parse
plugin = inventory_loader.get(plugin_name)
File "/usr/local/lib/python3.9/site-packages/ansible/plugins/loader.py", line 860, in get
return self.get_with_context(name, *args, **kwargs).object
File "/usr/local/lib/python3.9/site-packages/ansible/plugins/loader.py", line 894, in get_with_context
self._module_cache[path] = self._load_module_source(name, path)
File "/usr/local/lib/python3.9/site-packages/ansible/plugins/loader.py", line 833, in _load_module_source
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/runner/requirements_collections/ansible_collections/kubevirt/core/plugins/inventory/kubevirt.py", line 194, in <module>
from ansible_collections.kubernetes.core.plugins.module_utils.common import (
The text was updated successfully, but these errors were encountered:
SUMMARY
Change in kubernetes.core breaks inventory synchronization (possibly among other thing)
It looks like this change: ansible-collections/kubernetes.core#726
causes some breakage:
The text was updated successfully, but these errors were encountered: