Fix linting issues (#693)

This commit is contained in:
Andrew Klychkov 2024-12-13 09:21:06 +01:00 committed by GitHub
parent 3d3f115574
commit 022ed60906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: