mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
mysql_db small fix to docs
This commit is contained in:
parent
81940c8b11
commit
c4189dfd3c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue