Ansible play

Hi to all…

I’ve created set of templates which I use to deploy some application config files (between 20-30 files, depends on environment) to all my servers (about 100 servers).
All of that works fine, but during the execution of the play, generated is pretty long output in “changed” field (all defined variables are here, and per one server I have about 200variables). Is it possible to remove that kind of output, or to reduce it somehow, to generate only if there is some errors.
Thank in advance.

I would like to reduce “OK” records generation…

Dana četvrtak, 2. veljače 2017. u 11:31:30 UTC+1, korisnik vu001 napisao je:

You can switch to the ‘actionable’ callback which only shows changed and errors.

Yes, that is what I need…It’s pretty simple, but I could not figure it out.
Thanks a lot.

Dana četvrtak, 2. veljače 2017. u 14:29:51 UTC+1, korisnik Brian Coca napisao je: