mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
mysql/tasks/main.yml: clarify /root/.my.cnf
This commit is contained in:
parent
369f866161
commit
a49d93c41a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
enabled: yes
|
||||
when: mysql_enabled | bool
|
||||
|
||||
- name: Install .my.cnf file from template, with root password credentials, if mysql_enabled
|
||||
- name: Install /root/.my.cnf file from template, with root password credentials, if mysql_enabled
|
||||
template:
|
||||
src: my.cnf.j2
|
||||
dest: /root/.my.cnf
|
||||
|
|
Loading…
Reference in a new issue