[ansible-devel] New releases: ansible-core 2.12.6, ansible-core 2.11.12

2022-05-23 Thread Matt Martz
Hi all- we're happy to announce the general release of: - ansible-core 2.12.6 - ansible-core 2.11.12 How to get it - $ python3 -m pip install --user ansible-core==2.12.6 or $ python3 -m pip install --user ansible-core==2.11.12 The release artifact can be found here: * ansible-core

[ansible-devel] Re: Ansible 2.9 Upstream Life Cycle Announcement

2022-05-23 Thread Matt Martz
As of today, upstream Ansible 2.9 is officially end of life. Please review the original announcement in this thread for more information. On Wed, Nov 3, 2021 at 11:43 AM Matt Martz wrote: > The life cycle and support lifetime of Ansible 2.9 has been pretty unclear > since the decision to split m

[ansible-devel] Issue in with_nested loop having single Iteration

2022-05-23 Thread Anirudh Gupta
Hi Team I am calling a simple function - name: Setting vm key value set_fact: vm_key: "{{ item.1.key }}" when: item.0.key == item.1.value.name with_nested: - "{{ ia_hosts_copy }}" - "{{ vm_copy }}" where - name: Creating list of sm_hosts set_fact: