Hi,
currently with ansible.cfg containing
[defaults]
display_ok_hosts = no
display_skipped_hosts = no
stdout_callback = yaml
no output is given when I use the debug module. This is obviously correct behavior because the debug task returns ok.
But it makes debugging hard if you have a lot of "ok" hosts that you don't want in your output.
Any way around this behavior?
Thanks,
Uwe