EXAMPLES section added
This commit is contained in:
parent
39cc08e0f0
commit
cb9a6a9c2c
1 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,13 @@ options:
|
|||
description:
|
||||
- unix socket to connect mysql server
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
# Check for sync_binary_log setting
|
||||
- mysql_variables: variable=sync_binary_log
|
||||
|
||||
# Set read_only variable to 1
|
||||
- mysql_variables: variable=read_only value=1
|
||||
'''
|
||||
|
||||
|
||||
import ConfigParser
|
||||
|
|
Loading…
Reference in a new issue