Hi, We have been using group module defaults on k8s Ansible modules. Trying to migrate to FQN on module names (and community.kubernetes collection), I am struggling to make this work.
https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html#module-defaults-groups We used to have: module_defaults: group/k8s: That does not work anymore, and I tried a few variants without any success. module_defaults: group/community.kubernetes: and module_defaults: group/community.kubernetes.k8s: Is this just broken, or am I missing something? Regards, Erik -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CALfBRgFTiAvmvJZmWFuQeeNLr7MrpWS3cBVMreaPFUt7rwnmNA%40mail.gmail.com.
