Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Apr 10, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with p…
…ython
  • Loading branch information
Solomon Gifford committed Apr 10, 2015
commit fc0d2006cf3260e19e9035102d141b60edb77a3e
2 changes: 1 addition & 1 deletion tasks/secure-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.