I am using getent to search for user details; however, I only wish for information regarding 3 users. I can’t seem to find a way to get a filter to work.
`
- debug:
var: getent_passwd.(‘user1’|‘user2’|‘user3’)
`
I am doing something wrong, but could use a nudge in the right direction. I know if I specify getent_passwd.user1, I see the info just for that user… I am just trying to expand it to 3 users.