Skip to content

Commit 8c48f52

Browse files
committed
Update mariadb service descriptor location
1 parent 07fd383 commit 8c48f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/initialize-commons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: "({{ ansible_distribution }}) MAIN::MySQL - Define mysql/maria service descriptor path"
44
set_fact:
55
mysql_service_descriptor_location: "/lib/systemd/system/mysql.service"
6-
maria_service_descriptor_location: "/usr/lib/systemd/system/mariadb.service"
6+
maria_service_descriptor_location: "/lib/systemd/system/mariadb.service"
77

88
- name: "({{ ansible_distribution }}) MAIN::MySQL - Check Mysql service file exists"
99
stat:

0 commit comments

Comments
 (0)