I know this is a long shot but: Is there a way to loop over a set of tasks in ansible and changing "remote_user" (not "become_user")?
Background: SystemD user commands don't work via "become".
I've read about "become: machinectl" but want to ensure if I really need to open another can of worms.

