By default a
Ansible will cache all the output (stdout
and stderr
) and then attempts to present it in a readable manner.
Is this something that can be enabled / disabled?
Ansible attempts to present everything in a JSON format and it sometimes ends up being almost unreadable as if the program attempts to output a JSON too it gets compacted.
Can I get the output as it is being given by the program to Ansible rather than wait for the task to finish?