mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 02:00:31 -07:00
Fix linting issues (#693)
This commit is contained in:
parent
3d3f115574
commit
022ed60906
2 changed files with 1 additions and 2 deletions
|
@ -284,7 +284,6 @@ EXAMPLES = r'''
|
|||
community.mysql.mysql_replication:
|
||||
mode: changeprimary
|
||||
fail_on_error: true
|
||||
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
|
|
|
@ -269,7 +269,7 @@ EXAMPLES = r'''
|
|||
priv: '*.*:ALL,GRANT'
|
||||
state: present
|
||||
session_vars:
|
||||
wsrep_on: off
|
||||
wsrep_on: 'off'
|
||||
|
||||
- name: Create user with password, all database privileges and 'WITH GRANT OPTION' in db1 and db2
|
||||
community.mysql.mysql_user:
|
||||
|
|
Loading…
Add table
Reference in a new issue