Skip to content

Commit

Permalink
Merge pull request geerlingguy#30 from BlackMesh/rename-python-my-cnf
Browse files Browse the repository at this point in the history
Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python.
  • Loading branch information
geerlingguy committed Apr 10, 2015
2 parents 0885558 + fc0d200 commit a25d9ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/secure-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Has to be after the root password assignment, for idempotency.
- name: Copy .my.cnf file with root password credentials.
template:
src: "python-my.cnf.j2"
src: "user-my.cnf.j2"
dest: "{{ mysql_user_home }}/.my.cnf"
owner: root
group: root
Expand Down
File renamed without changes.

0 comments on commit a25d9ac

Please sign in to comment.