We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fd383 commit 8c48f52Copy full SHA for 8c48f52
tasks/initialize-commons.yml
@@ -3,7 +3,7 @@
3
- name: "({{ ansible_distribution }}) MAIN::MySQL - Define mysql/maria service descriptor path"
4
set_fact:
5
mysql_service_descriptor_location: "/lib/systemd/system/mysql.service"
6
- maria_service_descriptor_location: "/usr/lib/systemd/system/mariadb.service"
+ maria_service_descriptor_location: "/lib/systemd/system/mariadb.service"
7
8
- name: "({{ ansible_distribution }}) MAIN::MySQL - Check Mysql service file exists"
9
stat:
0 commit comments