Skip to content

Commit

Permalink
Fix linting issues (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Dec 13, 2024
1 parent 3d3f115 commit 022ed60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plugins/modules/mysql_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@
community.mysql.mysql_replication:
mode: changeprimary
fail_on_error: true
'''

RETURN = r'''
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mysql_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
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:
Expand Down

0 comments on commit 022ed60

Please sign in to comment.