diff --git a/tasks/secure-installation.yml b/tasks/secure-installation.yml index a72125c..f02af77 100644 --- a/tasks/secure-installation.yml +++ b/tasks/secure-installation.yml @@ -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 diff --git a/templates/python-my.cnf.j2 b/templates/user-my.cnf.j2 similarity index 100% rename from templates/python-my.cnf.j2 rename to templates/user-my.cnf.j2