[ansible-project] Re: not able to echo value of hostvars in another host

2019-07-30 Thread Kunalsing Thakur
Guies Anyone help one this. On Tuesday, July 30, 2019 at 7:45:12 PM UTC+5:30, Kunalsing Thakur wrote: > > The following Result:- > > TASK [debug] > *** > task path: /etc/ansible/playbooks/test.yaml:59 > ok: [127.0.0.1] => { >

[ansible-project] Re: not able to echo value of hostvars in another host

2019-07-30 Thread Kunalsing Thakur
The following Result:- TASK [debug] *** task path: /etc/ansible/playbooks/test.yaml:59 ok: [127.0.0.1] => { "hostvars[groups['msliv'][0]]['downgraderpmversion']['stdout']": "5.42.0-201809042105.733e1aa" } TASK [shell]