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.