Yes, but this doesn't help me. I know can control when my own debug statements happen. What I can't do is take a module that is overly verbose by default, and tamp down the noise based on the -v flags. For instance, the add_host module will print a bunch of stuff i may not want see, even if there is no -v flag. I can suppress this with no_log=True, but I what really want to do is only suppress it if there is no verbosity setting.
On Wed, Dec 20, 2017 at 10:13 AM, Brian Coca <[email protected]> wrote: > the debug task has a verbosity setting for that purpose, > http://docs.ansible.com/ansible/latest/debug_module.html > > > -- > ---------- > Brian Coca > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/ansible-project/JkqMcX90f18/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/ansible-project/CACVha7cWWGd4xGoWDwTDxzxN5FzZ6 > %3DhB7R54_rjykuSSvNJPkQ%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAC7g-J1VgAOe5x6rEvLue36QjnPVB7xpajj_GdGzGHzZzxOw3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
