Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit d68494a

Browse files
author
Sebastian Gumprich
committed
Merge pull request #5 from fheinle/master
fix mysql restart not happening because of missing os specific variable
2 parents fd81dbf + e21e62a commit d68494a

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22

33
- name: restart mysql
4-
service: name='{{}}' state=restarted
4+
service: name='{{ mysql_daemon }}' state=restarted
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
mysql_daemon: mysql
12
mysql_hardening_mysql_conf: '/etc/mysql/my.cnf'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
mysql_daemon: mysqld
12
mysql_hardening_mysql_conf: '/etc/my.cnf'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
mysql_daemon: mysql
12
mysql_hardening_mysql_conf: '/etc/my.cnf'

0 commit comments

Comments
 (0)