Skip to content

Commit fc0d200

Browse files
author
Solomon Gifford
committed
Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python
1 parent 3d0762b commit fc0d200

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
@@ -14,7 +14,7 @@
1414
# Has to be after the root password assignment, for idempotency.
1515
- name: Copy .my.cnf file with root password credentials.
1616
template:
17-
src: "python-my.cnf.j2"
17+
src: "user-my.cnf.j2"
1818
dest: "{{ mysql_user_home }}/.my.cnf"
1919
owner: root
2020
group: root
File renamed without changes.

0 commit comments

Comments
 (0)