diff --git a/mysql/tasks/handlers/main.yml b/mysql/tasks/handlers/main.yml new file mode 100644 index 00000000..10f5cdae --- /dev/null +++ b/mysql/tasks/handlers/main.yml @@ -0,0 +1,3 @@ +-- +- name: reload systemd + command: systemctl daemon-reload diff --git a/mysql/templates/mariadb.systemd.j2 b/mysql/templates/mariadb.systemd.j2 new file mode 100644 index 00000000..44f1f6e8 --- /dev/null +++ b/mysql/templates/mariadb.systemd.j2 @@ -0,0 +1,4 @@ +# {{ ansible_managed }} + +[Service] +ProtectHome=false