-
Notifications
You must be signed in to change notification settings - Fork 90
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
mysql_user module failing with "'database' is an invalid keyword argument for this function" #151
Comments
@geerlingguy hi, thanks for reporting this! #116 |
@geerlingguy I've just released fixed version 2.1.0 and 1.4.1. Available on galaxy |
Thanks to this fix, my Playbook is working again! Thank you very much! |
@TomonoriMatsumura you and the community are welcome:) |
As it's confirmed that the fix helps, I'll close the issue. Thanks everyone! |
I am on
task:
|
@ksarunas Ansible release is planned tomorrow (on May 11) but I don't know the exact time, so you could try to upgrade, say, on May 12 and give us feedback. Alternatively, you could install the latest version of the collection manually using |
I can confirm that on |
@ksarunas thanks for the feedback! |
SUMMARY
I haven't changed anything in my role, and I looked through the changelog for this collection, and I can't find anything that indicates I'm doing something wrong, so I figured I'd open a bug report here; my CI tests just started failing after Ansible 3.3.0 came out and was used for CI runs starting yesterday.
The failure is on this task:
And the failure message:
I'm not passing
database
anywhere, so I'm not quite sure what's going wrong...Related: geerlingguy/ansible-role-mysql#445
ISSUE TYPE
COMPONENT NAME
mysql_user
ANSIBLE VERSION
(I have 3.3.0 installed according to Pip... I guess it's just showing the ansible-base version I have installed locally?)
CONFIGURATION
OS / ENVIRONMENT
macOS (locally)
Ubuntu 20.04 (GitHub Actions CI)
STEPS TO REPRODUCE
See task above in summary.
EXPECTED RESULTS
mysql_user should succeed as it has before.
ACTUAL RESULTS
See error message above in summary.
The text was updated successfully, but these errors were encountered: