Is there any way to sort this Ansible output?
I tried to use regex but still displaying escape character and display the output in the following format.
- "Description": "\nRequested for Details:\n\nRequested for Name: Maddy
XYZ\nRequested for Email: abc.def@ghi.com\nRequested for Number:
12345678\nRequested for Phone: \nRequested for Department:
EDUCATION\nRequested for User Domain:\n\nRequested by
Details:\nRequested by Name: Maddy XYZ\nRequested by Email:
abc.def@ghi.com\\nRequested by Employee Number: 12345678\nRequested
by Phone: \n\nRequest Details: \nItem: ABC OPERATIONS - Request
Form\nCode: Services\Code: M1N0\nEnvironment: no\nDescription: 1.
Result is coming as not pass for every application\n2. additional
description\nPriority: High\nRequest and Response (XMLs, JSON):
result is not
pass\n{\"\":\"NOTFOOUND\",\"\":\"FULL\",\"AlertsEvalResult\":\"FULL\",\"identityAlertsEvalResult\":\"FULL\",\"\":{\"RptScore\":1000,\"numInq\":0,\"RptSourceType\":\"Intrnl\",\"RptMessages\":[{\"seqNum\":0,\"message\":\"No
File
(L2)\"}],\"Alerts\":null,\"\":null,\"identityAlerts\":null,\"internalAlerts\":[{\"code\":\"500\",\"description\":\"No
File\",
How I can display this output in standard format?
Thanks!