mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
EXAMPLES section added
This commit is contained in:
@@ -54,6 +54,13 @@ options:
|
|||||||
description:
|
description:
|
||||||
- unix socket to connect mysql server
|
- 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
|
import ConfigParser
|
||||||
|
|||||||
Reference in New Issue
Block a user