Re: [ansible-devel] Re: New release beta: ansible-core 2.12.0b2

2021-10-18 Thread Matt Martz
Yes, the feature is called `action_groups` in the changelog. Under this section in the documentation: https://docs.ansible.com/ansible-core/devel/user_guide/playbooks_module_defaults.html#module-defaults-groups Search for "In ansible-core 2.12". On Mon, Oct 18, 2021 at 8:34 AM Dhiwakar Ravikumar

[ansible-devel] Re: New release beta: ansible-core 2.12.0b2

2021-10-18 Thread Dhiwakar Ravikumar
Hi Matt Does core 2.12.0b2 support module_defaults for collections ? I'm working on a collection of modules and would like to use the ability to specify module_defaults for my custom collection like so. *- hosts:* * - localhost* * module_defaults:* *mynamespace.mycollection:* * mymo