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:
commit
941af22d5d
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ options:
|
||||||
- unix socket to connect mysql server
|
- unix socket to connect mysql server
|
||||||
'''
|
'''
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Check for sync_binary_log setting
|
# Check for sync_binlog setting
|
||||||
- mysql_variables: variable=sync_binary_log
|
- mysql_variables: variable=sync_binlog
|
||||||
|
|
||||||
# Set read_only variable to 1
|
# Set read_only variable to 1
|
||||||
- mysql_variables: variable=read_only value=1
|
- mysql_variables: variable=read_only value=1
|
||||||
|
|
Loading…
Reference in a new issue