mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 13:53:03 +00:00
Previously, kubernetes collection used symlink for action plugin redirection. It is problematic when FQCN is not provided. Using runtime.yml to redirect the action plugin. Fixes: #278