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
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
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: