mysql_users module with hashed passwords

Hi ansible folk,

I’m using the mysql_users module to manage my various database users. I see that the “password” option only takes clear-text passwords as an option. Is there any way to work with passwords that are already hashed? Or will this need a patch to the mysql_users module?

Anand