I have an ansible setup that generates a set of clusters and their configuration.
I want to print (locally) a report showing which services were deployed, what their credentials were, etc.
debug won’t work because the output it escaped so I get lots of \n\n …
a command with ‘cat’ won’t work because it just prints ‘success’ .
Any thoughts?