mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
ansible doesn't have a create-if-not-exists - but we shouldn't be changing the date each time this is run
This commit is contained in:
parent
270530398e
commit
571f8e4bf4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
notify: restart mysql
|
||||
|
||||
- name: Create slow query log file (if configured).
|
||||
file: "path={{ mysql_slow_query_log_file }} state=touch"
|
||||
shell: "touch {{ mysql_slow_query_log_file }} creates={{ mysql_slow_query_log_file }}"
|
||||
when: mysql_slow_query_log_enabled
|
||||
|
||||
- name: Set ownership on slow query log file (if configured).
|
||||
|
|
Loading…
Reference in a new issue