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.