I have some tasks with loops and when I run them I get something like this in output:
TASK [mytask : Create files] ********************************************** changed: [localhost] => (item=(censored due to no_log)) changed: [localhost] => (item=(censored due to no_log)) changed: [localhost] => (item=(censored due to no_log)) Is there a way to change it to
TASK [mytask : Create files] ********************************************** changed: [localhost] => (create file1) changed: [localhost] => (create file2) changed: [localhost] => (create file3) without external utils?