Skip to content

Commit aabc456

Browse files
authored
1 parent 331aaff commit aabc456

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/configure.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
command: "touch {{ mysql_slow_query_log_file }}"
4040
args:
4141
creates: "{{ mysql_slow_query_log_file }}"
42-
warn: false
4342
when: mysql_slow_query_log_enabled
4443

4544
- name: Create datadir if it does not exist
@@ -64,7 +63,6 @@
6463
command: "touch {{ mysql_log_error }}"
6564
args:
6665
creates: "{{ mysql_log_error }}"
67-
warn: false
6866
when:
6967
- mysql_log | default(true)
7068
- mysql_log_error | default(false)

0 commit comments

Comments
 (0)