mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python
This commit is contained in:
parent
3d0762b7dd
commit
fc0d2006cf
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
# Has to be after the root password assignment, for idempotency.
|
# Has to be after the root password assignment, for idempotency.
|
||||||
- name: Copy .my.cnf file with root password credentials.
|
- name: Copy .my.cnf file with root password credentials.
|
||||||
template:
|
template:
|
||||||
src: "python-my.cnf.j2"
|
src: "user-my.cnf.j2"
|
||||||
dest: "{{ mysql_user_home }}/.my.cnf"
|
dest: "{{ mysql_user_home }}/.my.cnf"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in a new issue