-
Notifications
You must be signed in to change notification settings - Fork 741
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
simplify MySQL queries for user deletion #641
Conversation
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
35700e2
to
96756c9
Compare
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
2fc1570
to
00d1bdc
Compare
Signed-off-by: Martin Schurz <[email protected]>
00d1bdc
to
aabe620
Compare
I moved the deletion of users into a loop inside Ansible, this is slower if it needs to delete a lot of users, but it is also logged better at execution time:
|
Signed-off-by: Martin Schurz <[email protected]>
this might fix the problem in #640 but I suspect a different error there |
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
Signed-off-by: Martin Schurz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great simplification! I didn't know the mysql_query module was capable of this.
Signed-off-by: Martin Schurz <[email protected]>
No description provided.