mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
Fix "when" statement for mysql error log file permissions.
This commit is contained in:
parent
7a0a48278f
commit
08f2b86a9a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
owner: mysql
|
||||
group: mysql
|
||||
mode: 0644
|
||||
when: mysql_slow_query_log_enabled
|
||||
when: mysql_log == "" and mysql_log_error != ""
|
||||
|
||||
- name: Ensure MySQL is started and enabled on boot.
|
||||
service: "name={{ mysql_daemon }} state=started enabled={{ mysql_enabled_on_startup }}"
|
||||
|
|
Loading…
Reference in a new issue