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.
1 parent 7a0a482 commit 08f2b86Copy full SHA for 08f2b86
tasks/configure.yml
@@ -53,7 +53,7 @@
53
owner: mysql
54
group: mysql
55
mode: 0644
56
- when: mysql_slow_query_log_enabled
+ when: mysql_log == "" and mysql_log_error != ""
57
58
- name: Ensure MySQL is started and enabled on boot.
59
service: "name={{ mysql_daemon }} state=started enabled={{ mysql_enabled_on_startup }}"
0 commit comments