Hi all,
Is there a way to stop Ansible from printing the content returned from a uri in the console and have return_content=true?
Thanks in advance,
Behrang
Hi all,
Is there a way to stop Ansible from printing the content returned from a uri in the console and have return_content=true?
Thanks in advance,
Behrang
Currently?
Don’t use verbose mode.
There’s a pull request to make “no_log: True” (which disables remote syslog for a task) to also hide local output.