is mysql_db module missing db parameter?

in the example i see the parameter “db”

- mysql_db: db=bobdata state=present

but not in the documentation table

http://www.ansibleworks.com/docs/modules.html#mysql-db

Mike

in the example i see the parameter "db"

- mysql_db: db=bobdata state=present

but not in the documentation table

http://www.ansibleworks.com/docs/modules.html#mysql-db

'db' is an alias for 'name'. Submitting PR for docs right now.

        -JP

Right, we should use “name” across the board even if there are aliases available. Easier to remember :slight_smile:

Thanks!