Fixes #59: Ansible 2.x role cleanup.

pull/63/head
Jeff Geerling 9 years ago
parent 9495e1d9f9
commit bb39bf5632
  1. 2
      tasks/configure.yml

@ -30,7 +30,7 @@
notify: restart mysql
- name: Create slow query log file (if configured).
shell: "touch {{ mysql_slow_query_log_file }} creates={{ mysql_slow_query_log_file }}"
file: "path={{ mysql_slow_query_log_file }} state=touch"
when: mysql_slow_query_log_enabled
- name: Set ownership on slow query log file (if configured).