[ansible-project] Re: Able to extract list of installed rpm using "shell" module but not with yum module

2020-01-29 Thread Pawan Kumar
--- - hosts: localhost tasks: - name: Create a list set_fact: package_list: - zlib - strace - gawk - name: Display Lists debug: msg: - "{{ package_list }}" - name: Create an empty list variable

[ansible-project] Re: Able to extract list of installed rpm using "shell" module but not with yum module

2020-01-30 Thread Pawan Kumar
Hi Team, May i get some response to this issue . Hopefully I am able to explain the problem . warm regards Pawan kumar On Wednesday, January 29, 2020 at 9:24:31 PM UTC+5:30, Pawan Kumar wrote: > > --- > > - hosts: localhost > > tasks: > > - name: Create a list > > set_fact: > >