Skip to content

Commit

Permalink
Drop excess ON
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Dec 12, 2023
1 parent d85a74e commit 96b2e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/galera/tasks/cluster_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
mysql_user:
name: "{{ mariadb_cluster_user }}"
password: "{{ mariadb_cluster_password }}"
priv: "*.*:GRANT RELOAD,PROCESS,LOCK TABLES,BINLOG MONITOR ON"
priv: "*.*:GRANT RELOAD,PROCESS,LOCK TABLES,BINLOG MONITOR"
state: present
login_user: root
login_password: "{{ mariadb_root_password }}"
Expand Down

0 comments on commit 96b2e55

Please sign in to comment.