output newline

When running jobs with yum module the returned output newline characters (\n).

PLAY [testservers] ************************************************************

GATHERING FACTS ***************************************************************
ok: [sandbox01]

TASK: [yum test] **************************************************************
changed: [sandbox01] => {"changed": true, "msg": "", "rc": 0, "results": ["\n================================================================================\n Package Arch Version
       Repository Size\n================================================================================\nRemoving:\n apachetop x86_64 0.12.6-7.el6 @internal 61 k\n
\nTransaction Summary\n================================================================================\nRemove 1 Package(s)\n\nInstalled size: 61 k\n\nRemoved:\n apachetop.x86_64 0:0.12.6-7.el6
                                          \n\n"]}

PLAY RECAP ********************************************************************
sandbox01 : ok=2 changed=1 unreachable=0 failed=0

Is this a product specification?

Thanks.

Yes, this is the output from yum.

There has been some discussion of pretty-printing (not just the native pprint, more I mean) the output from the CLI in general, though that’s too verbose when that happens, so it would have to be a (configurable) option.

I expect to include pretty-print in the option of ansible.
Thank you for your time.