We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2705303 + 571f8e4 commit 9b3c7c8Copy full SHA for 9b3c7c8
tasks/configure.yml
@@ -30,7 +30,7 @@
30
notify: restart mysql
31
32
- name: Create slow query log file (if configured).
33
- file: "path={{ mysql_slow_query_log_file }} state=touch"
+ shell: "touch {{ mysql_slow_query_log_file }} creates={{ mysql_slow_query_log_file }}"
34
when: mysql_slow_query_log_enabled
35
36
- name: Set ownership on slow query log file (if configured).
0 commit comments