We do user management with Ansible. A few minutes ago I was a bit irritated by the summary Ansible generates. Although I added 15 users to a system, Ansible showed me in the summary only 1 change. The reason is, that the users are created in a loop and the loop counts only as one task.
Is it possible to customize this? I would like to see 15 changes, if I add 15 users to a system.