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
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', '^.+__
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
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