1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #7294 from adamchainz/patch-1

Fix sync_binlog name in mysql_variables example
This commit is contained in:
James Cammarata 2014-05-06 08:18:05 -05:00
commit 941af22d5d

View file

@ -56,8 +56,8 @@ options:
- unix socket to connect mysql server
'''
EXAMPLES = '''
# Check for sync_binary_log setting
- mysql_variables: variable=sync_binary_log
# Check for sync_binlog setting
- mysql_variables: variable=sync_binlog
# Set read_only variable to 1
- mysql_variables: variable=read_only value=1