Browse Source

setup OK until mysql server setup.

pull/1/head
theonlydoo 9 years ago
parent
commit
52f75f999c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/mail/tasks/main.yml

+ 1
- 1
roles/mail/tasks/main.yml View File

@ -133,7 +133,7 @@
- name: Template .my.cnf
tags: mysql
template: src=root-my.cnf.j2 dest=/root/.my.cnf
template: src=root-.my.cnf.j2 dest=/root/.my.cnf
- name: Ensure 600 permissions on my.cnf
tags: mysql

Loading…
Cancel
Save