From fc0d2006cf3260e19e9035102d141b60edb77a3e Mon Sep 17 00:00:00 2001 From: Solomon Gifford Date: Fri, 10 Apr 2015 09:36:01 -0400 Subject: [PATCH] Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python --- tasks/secure-installation.yml | 2 +- templates/{python-my.cnf.j2 => user-my.cnf.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{python-my.cnf.j2 => user-my.cnf.j2} (100%) 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