mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-05 02:03:02 +00:00
api_groups is returned as "dict_keys()" which k8s lookip plugin does not handle. Typecasting with list make it available to default callback plugin.