[ansible-devel] New release candidates: ansible-core 2.13.2rc1, ansible-core 2.12.7rc1

2022-08-08 Thread Matt Martz
Hi all- we're happy to announce the following release candidates: - ansible-core 2.13.2rc1 - ansible-core 2.12.7rc1 How to get it - $ python3 -m pip install --user ansible-core==2.13.2rc1 or $ python3 -m pip install --user ansible-core==2.12.7rc1 The release artifacts can be found

Re: [ansible-devel] Guidance about Jinja variable typing?

2022-08-08 Thread Richard Megginson
On Mon, Aug 8, 2022 at 7:28 AM Matt Martz wrote: > I think I'd need more evidence and context about how the role is being > run, and if/how the user is specifying that value. > > Regardless, the change is safe, and sane. It probably makes sense to cast > them, especially if a caller was to speci

Re: [ansible-devel] Guidance about Jinja variable typing?

2022-08-08 Thread Matt Martz
I think I'd need more evidence and context about how the role is being run, and if/how the user is specifying that value. Regardless, the change is safe, and sane. It probably makes sense to cast them, especially if a caller was to specify that value as an int, since it's just a default users can