Fix linting issues

This commit is contained in:
Andrew Klychkov 2024-12-12 10:57:02 +01:00
parent 3d3f115574
commit 5e8663b8a3
2 changed files with 1 additions and 2 deletions

View file

@ -284,7 +284,6 @@ EXAMPLES = r'''
community.mysql.mysql_replication:
mode: changeprimary
fail_on_error: true
'''
RETURN = r'''

View file

@ -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: