mysql: custom config file must be world readable

This commit is contained in:
Jérémy Lecour 2017-09-15 11:30:08 +02:00 committed by Jérémy Lecour
parent 0e89d5ea56
commit b41c4f1567
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
dest: /etc/mysql/conf.d/zzz-evolinux-custom.cnf
owner: root
group: root
mode: "0640"
mode: "0644"
force: no
tags:
- mysql

View File

@ -16,7 +16,7 @@
dest: /etc/mysql/mariadb.conf.d/zzz-evolinux-custom.cnf
owner: root
group: root
mode: "0640"
mode: "0644"
force: no
tags:
- mysql