Skip to content

Commit a25d9ac

Browse files
committed
Merge pull request geerlingguy#30 from BlackMesh/rename-python-my-cnf
Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python.
2 parents 0885558 + fc0d200 commit a25d9ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tasks/secure-installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Has to be after the root password assignment, for idempotency.
1616
- name: Copy .my.cnf file with root password credentials.
1717
template:
18-
src: "python-my.cnf.j2"
18+
src: "user-my.cnf.j2"
1919
dest: "{{ mysql_user_home }}/.my.cnf"
2020
owner: root
2121
group: root
File renamed without changes.

0 commit comments

Comments
 (0)