diff --git a/tasks/secure-installation.yml b/tasks/secure-installation.yml index a3a4f90..d47989e 100644 --- a/tasks/secure-installation.yml +++ b/tasks/secure-installation.yml @@ -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 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