in ansible 1.x, we can do 

results = runner.run()

to retrieve stdout. See 
https://github.com/networktocode/ntc-ansible/issues/108, 
I wonder it is possible in ansible 2.0 to do similar thing? 

I understand that it can be done by implementing a callback plugin to write 
the stdout to a file then read from the file.

Thanks,
Huan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to