Commit 19bb81a7 by Balazs Pocze

EXAMPLES section added

parent 85f2a903
......@@ -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
......
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