Skip to content

Commit 44d611b

Browse files
Allow deletion by logger
1 parent 070e4a7 commit 44d611b

File tree

1 file changed

+1
-2
lines changed
  • playbooks/roles/autoscaling_mon/tasks

1 file changed

+1
-2
lines changed

playbooks/roles/autoscaling_mon/tasks/el.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
mysql_root_pwd: "{{ admin_password }}"
108108
when: autoscaling_mysql_service | bool
109109

110-
111110
- name: Generate mysql_service_initial file
112111
template:
113112
src: mysql_service_initial.j2
@@ -128,7 +127,7 @@
128127
login_password: "{{ mysql_root_pwd }}"
129128
name: logger
130129
password: Monitor2021!
131-
priv: cluster_log.*:SELECT,INSERT,UPDATE
130+
priv: cluster_log.*:SELECT,INSERT,UPDATE,DELETE
132131
state: present
133132
when: not autoscaling_mysql_service | bool
134133

0 commit comments

Comments
 (0)