[ansible-project] RPM BUILD procedure for ansible-core 2.14.1

2022-12-14 Thread sathish subramani
Hi Team, In older version of ansible till 2.9 we download ansible source tar from below Ansible URL URL: https://releases.ansible.com/ansible/ *Step Followed: * tar xvf ansible-2.8.3.tar.gz cp ansible-2.8.3.tar.gz /root/rpmbuild/SOURCES/ cp ansible-2.8.3/packaging/rpm/ansible.spec /root

[ansible-project] Help needed on URI Module POST

2022-12-14 Thread Mohammed Reehan
Hi Ansible Experts, I am trying to using Ansible URI as below to post the content where my input is a variable of type Array in the body. i am trying to pass the input as Array into the body under Contentdetials which is an array. however it is ending up reading as string. any idea how can i achie

Re: [ansible-project] key from ansible_facts seen by debug but not by the actual task

2022-12-14 Thread Adrian Sevcenco
On 14.12.2022 08:14, Dick Visser wrote: On Wed, 14 Dec 2022 at 00:31, Adrian Sevcenco mailto:adrian@gmail.com>>        _network_reduced: "{{ ansible_all_ipv4_addresses | ansible.utils.reduce_on_network('XX.XXX.XX.0/24') }}" Something unrelated, but I had not heard of this filter. L