File diff 2c24e973d44a → 2e3f14bc1505
roles/database_server/tasks/main.yml
Show inline comments
 
@@ -15,8 +15,8 @@
 
    enabled: true
 

	
 
- name: Set UTF-8 encoding as default for MariaDB
 
  copy:
 
    src: "utf8.cnf"
 
  template:
 
    src: "utf8.cnf.j2"
 
    dest: "/etc/mysql/mariadb.conf.d/90-utf8.cnf"
 
    owner: root
 
    group: root