mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-18 22:04:24 +01:00
Merge pull request #30 from BlackMesh/rename-python-my-cnf
Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user