Hi,
I have created my debug msg task as such
`
- name: Print VM Info
debug:
msg: “VM Info: {{ vm_created | to_nice_yaml(indent=8) }}”
`
but the result doesn’t show the text on multilines
`
TASK [Print VM Info] ********************************************************************************************************************************************************************************************************************************************
ok: [localhost] => {
“msg”: "VM Info: changed: true\nfailed: false\nid: 94907080-18d2-49e0-85af-d0646c9ce0d2\nopenstack:\n OS-DCF:diskConfig: MANUAL\n
`
How can I replace “\n” with new line ?
Regards,
Charles