From df27599f14d7b12a227d89ee663a7dc5bc9f7c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Tue, 10 Dec 2024 13:14:52 +0100 Subject: [PATCH] Refs #8140: MariaDB Server Deploy - Role WIP --- roles/services/tasks/mariadb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/services/tasks/mariadb.yml b/roles/services/tasks/mariadb.yml index 651ce84..4effaf6 100644 --- a/roles/services/tasks/mariadb.yml +++ b/roles/services/tasks/mariadb.yml @@ -62,7 +62,7 @@ mode: u=rwx,g=rx,o=rx notify: restart-mariadb - name: Set MariaDB Cron to /etc/cron.d - copy: + template: src: templates/cron_mariadb dest: /etc/cron.d/vn owner: root