Hi Brian, Thanks for the info. Actually I pass the debugging information back in the return JSON. Glad to know that in 2.1 modules can get the verbosity level.
Thanks! 2016-06-10 22:47 GMT+09:00 Brian Coca <[email protected]>: > modules do not display anything (as they normally execute remotely), you CAN > pass information back in the return JSON. > > In 2.1 modules do get information about the verbosity level so you can query > module.verbosity (or _ansible_verbosity if not using AnsibleModule class), > to decide if you want to return the info or not. > > ---------- > Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
