Remove task loop item from output (again)

About a month ago, there was discussion about how to hide secret vars (usually those from vault files) from the output when iterating over items. Was there any progress on this since then?

Would it be possible to use callback plugins to filter the output?

TIA,
Oliver

No, you can’t use a callback plugin to remove the default callbacks.

We need to add the “no_log: True” behavior to a task such that it is controllable that way.

O.K. so this is already on the todo list, just low priority. :slight_smile:
In the mean time I’ll try the patch in pull/7642 by rameshraithatha.

Oliver