You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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
Brian Coca
unread,
Mar 22, 2018, 9:26:23 AM3/22/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Use the getent module to get user list, make the user task conditional on that.