Commit 20fa22b6 by Michael DeHaan

Merge pull request #3523 from jpmens/mysql1

mysql_db small fix to docs
parents c98b20b2 c4189dfd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment