Don't create user when updating passwords

Is there a way in the user module to not create a user if it doesn’t find it. This is so we can update the password for that user on a list of servers, but if the server doesn’t have the user it will just skip it rather than create a new user

Use the getent module to get user list, make the user task conditional on that.