A lot of changes based on dry run results

This commit is contained in:
2016-02-03 00:01:26 -05:00
parent bf4135224c
commit ba765059fc
10 changed files with 27 additions and 17 deletions

View File

@@ -22,8 +22,8 @@
apt: name=python-mysqldb state=installed
- name: Replace config file
template: src=my.cnf.j2 dest=/etc/mysql/my.cnf
template: src=../roles/db/templates/my.cnf.j2 dest=/etc/mysql/my.cnf
- name: Stop mysql service
service: name=mysql state=stop
service: name=mysql state=stopped