Normally this would be a question posted to ansible-devel, so please use
this list int he future for development topics.
Basically this data comes back via callbacks and not the API return, so
it's going to be difficult to extract.
On Fri, Aug 22, 2014 at 10:52 AM, kevin hansen
wrote:
>
Trying to use the api to copy a file and I'd like a diff of the changes.
I'm trying :
results = ansible.runner.Runner(pattern=argument['']
,check=True,diff=True,module_name='copy', module_args='src=/tmp/x.txt
dest=/tmp/',).run()
results are:
{'contacted': {'rexpap2': {'changed': True,