Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idm users removed from group when running process-and-notify-users playbook #377

Open
bvkin opened this issue Jun 25, 2019 · 1 comment
Open

Comments

@bvkin
Copy link
Contributor

bvkin commented Jun 25, 2019

When having the process-and-notify-users playbook read from a csv file, any existing users who are not specified in the file are removed from idm. For example if I had users jdoe, jroe, and dsmith and processed the following csv file:

first_name,last_name,email,role,user_name,expiration_date,group
John,Doe,jdoe@example.com,developer,jdoe,2019-09-31,devs
Jane,Roe,jroe@example.com,developer,aheavner,2019-09-31,devs

If dsmith was a member of the devs group prior to running the playbook, he would be removed after the run.

@oybed
Copy link
Contributor

oybed commented Sep 18, 2019

I believe this is fixed in newer versions of infra-ansible - need to verify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants