mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -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:
|
community.mysql.mysql_replication:
|
||||||
mode: changeprimary
|
mode: changeprimary
|
||||||
fail_on_error: true
|
fail_on_error: true
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''
|
RETURN = r'''
|
||||||
|
|
|
@ -269,7 +269,7 @@ EXAMPLES = r'''
|
||||||
priv: '*.*:ALL,GRANT'
|
priv: '*.*:ALL,GRANT'
|
||||||
state: present
|
state: present
|
||||||
session_vars:
|
session_vars:
|
||||||
wsrep_on: off
|
wsrep_on: 'off'
|
||||||
|
|
||||||
- name: Create user with password, all database privileges and 'WITH GRANT OPTION' in db1 and db2
|
- name: Create user with password, all database privileges and 'WITH GRANT OPTION' in db1 and db2
|
||||||
community.mysql.mysql_user:
|
community.mysql.mysql_user:
|
||||||
|
|
Loading…
Add table
Reference in a new issue