[ansible-project] Changing the item in list of dictionaries

2021-05-02 Thread Amit Chettri
Hi All, Is there a possibility that I can change the value of a item in list of dictionaries comparing against another list value? Say for example I have 1 list as ['abc', 'null', 'xyz'] name *my_list* And a list of dictionaries like below. Then looping around the my_list is it possible I can

Re: [ansible-project] help needed to install Ansible on MacOS BigSur

2021-05-02 Thread Zeynal Hajili
How can i verify please? On Sun, May 2, 2021 at 7:59 PM f.floimai...@gmail.com < f.floimair.comm...@gmail.com> wrote: > > It's probably not in your path. > > haciz...@gmail.com schrieb am Sonntag, 2. Mai 2021 um 19:32:22 UTC+2: > >> Hello Kiran, >> >> I am not able to apply any command related

Re: [ansible-project] help needed to install Ansible on MacOS BigSur

2021-05-02 Thread f.floimai...@gmail.com
It's probably not in your path. haciz...@gmail.com schrieb am Sonntag, 2. Mai 2021 um 19:32:22 UTC+2: > Hello Kiran, > > I am not able to apply any command related to ansible ,basic one is > ansible --version > > On Sun, May 2, 2021 at 7:29 PM Kiran Kumar wrote: > >> What is error you get ?

Re: [ansible-project] help needed to install Ansible on MacOS BigSur

2021-05-02 Thread Zeynal Hajili
Hello Kiran, I am not able to apply any command related to ansible ,basic one is ansible --version On Sun, May 2, 2021 at 7:29 PM Kiran Kumar wrote: > What is error you get ? > > On Sun, May 2, 2021 at 08:59 Zeynal Hajili wrote: > >> Hello team, >> >> I am very new to Ansible and i am trying

Re: [ansible-project] help needed to install Ansible on MacOS BigSur

2021-05-02 Thread Kiran Kumar
What is error you get ? On Sun, May 2, 2021 at 08:59 Zeynal Hajili wrote: > Hello team, > > I am very new to Ansible and i am trying to install Ansible on my MacOS > BigSur. > > I followed official guide and tried to install it with following logs. > > MacBook-Pro:*~*$* python3 -m pip install

[ansible-project] help needed to install Ansible on MacOS BigSur

2021-05-02 Thread Zeynal Hajili
Hello team, I am very new to Ansible and i am trying to install Ansible on my MacOS BigSur. I followed official guide and tried to install it with following logs. MacBook-Pro:*~*$* python3 -m pip install --user ansible* Collecting ansible Using cached ansible-3.3.0-py3-none-any.whl

Re: [ansible-project] ansible-inventory --list .. how to get part of info

2021-05-02 Thread esxi...@gmail.com
Thanks Abhijeet On Saturday, May 1, 2021 at 9:21:45 PM UTC-7 Abhijeet Kasurde wrote: > ec2.py is deprecated. Please use > https://github.com/ansible-collections/amazon.aws/blob/main/plugins/inventory/aws_ec2.py > > > You can specify filters to keep only the information you require. Check >