Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python

pull/63/head
Solomon Gifford 9 years ago
parent 3d0762b7dd
commit fc0d2006cf
  1. 2
      tasks/secure-installation.yml
  2. 0
      templates/user-my.cnf.j2

@ -14,7 +14,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