Re: [ansible-devel] Re: A more extensible ActionModule: Split _configure_module

2022-07-12 Thread Raphaƫl
On Tue, Jul 12, 2022 at 10:30:58AM -0700, Brian Coca wrote: > Actually I was already thinking of spliting _modify_module, for one, it > should not need/handle/know about become_kwargs and we should eliminate the > passing of these, which is kind of the opposite direction of your > proposal. I

[ansible-devel] Support for functions for complex expressions

2022-07-12 Thread Roy Lenferink
Hi all, Ansible has a lot of options, where combining and chaining filters is of great usage. In certain cases the final result might become a bit hard to maintain if it is re-used in multiple places. E.g. take the following examples: *merged_list: "{{ (lookup('vars', *query('varnames', '^.+__

[ansible-devel] Ansible 6.1.0 has been released!

2022-07-12 Thread Ompragash Viswanathan
Hi all, We're happy to announce that the Ansible 6.1.0 package has been released ! Ansible 6.1.0 will include ansible-core 2.13.1 as well as a curated set of Ansible collections to provide a vast number of modules and plugins. This is a major version update from Ansible 5.x which included ansi

[ansible-devel] Re: A more extensible ActionModule: Split _configure_module

2022-07-12 Thread Brian Coca
Actually I was already thinking of spliting _modify_module, for one, it should not need/handle/know about become_kwargs and we should eliminate the passing of these, which is kind of the opposite direction of your proposal. As for action plugins, they already do too much and have too much in