commit
d2a0bdebd5
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ options:
|
||||||
- name of the database to add or remove
|
- name of the database to add or remove
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
|
aliases: [ db ]
|
||||||
login_user:
|
login_user:
|
||||||
description:
|
description:
|
||||||
- The username used to authenticate with
|
- The username used to authenticate with
|
||||||
|
@ -85,7 +86,7 @@ author: Mark Theunissen
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Create a new database with name 'bobdata'
|
# Create a new database with name 'bobdata'
|
||||||
- mysql_db: db=bobdata state=present
|
- mysql_db: name=bobdata state=present
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import ConfigParser
|
import ConfigParser
|
||||||
|
|
Loading…
Reference in a new issue