I have been looking around and cannot find the answer to this…my ansible output looks terrible, and is difficult to read. What is the best way to make it more readable?
(item={‘value’: {u’services’: [u’dns’], u’sources’: [u’0.0.0.0/0’], u’state’: u’enabled’, u’permanent’: u’True’}, ‘key’: u’public’}) => {“failed”: true, “item”: {“key”: “public”, “value”: {“permanent”: “True”, “services”: [“dns”], “sources”: [“0.0.0.0/0”], “state”: “enabled”}}
Thanks!
Joanna