Add stdout_callback=debug and stderr_callback=debug in the defaults section of your ansible.cfg file.
[defaults]
(...)
stdout_callback=debug
stderr_callback=debug
This is supported by ansible > 2.0
Add stdout_callback=debug and stderr_callback=debug in the defaults section of your ansible.cfg file.
[defaults]
(...)
stdout_callback=debug
stderr_callback=debug
This is supported by ansible > 2.0