Change examples syntax on mysql_variables module

pull/18777/head
Sam Doran 8 years ago committed by Matt Clay
parent db723af8aa
commit e0cfe14901

@ -44,10 +44,13 @@ extends_documentation_fragment: mysql
'''
EXAMPLES = '''
# Check for sync_binlog setting
- mysql_variables: variable=sync_binlog
- mysql_variables:
variable: sync_binlog
# Set read_only variable to 1
- mysql_variables: variable=read_only value=1
- mysql_variables:
variable: read_only
value: 1
'''

Loading…
Cancel
Save