Problem scenario
You have an Ansible module that uses a database module. When you run the playbook, you get an error about a user being unable to authenticate when this database module is run. What could be wrong?
Solution
Is the user in the error message a user that is created via the playbook? If it is, does that user get assigned a password?
…