From c4189dfd3c8775bcb2c660dacd5f53791f0d4d0c Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 14 Jul 2013 13:11:03 +0200 Subject: [PATCH] mysql_db small fix to docs --- library/database/mysql_db | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/database/mysql_db b/library/database/mysql_db index 5ab49710fe..fc56c12c9c 100644 --- a/library/database/mysql_db +++ b/library/database/mysql_db @@ -32,6 +32,7 @@ options: - name of the database to add or remove required: true default: null + aliases: [ db ] login_user: description: - The username used to authenticate with @@ -85,7 +86,7 @@ author: Mark Theunissen EXAMPLES = ''' # Create a new database with name 'bobdata' -- mysql_db: db=bobdata state=present +- mysql_db: name=bobdata state=present ''' import ConfigParser