mysql/application: Fixed configuring query cache

- Added notify
- Changed path of config file
dehydrated
Felix Stupp 5 years ago
parent 1e903cb5b1
commit 94f1463a87
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -71,7 +71,9 @@
- name: Configure query cache of mysql
template:
src: query_cache.cnf
dest: "/etc/mysql/conf.d/query_cache.cnf"
dest: "/etc/mysql/mariadb.conf.d/query_cache.cnf"
owner: root
group: root
mode: "u=rw,g=r,o=r"
notify:
- restart mysql

Loading…
Cancel
Save