diff --git a/roles/services/tasks/mariadb.yml b/roles/services/tasks/mariadb.yml index 619c795..02ded8c 100644 --- a/roles/services/tasks/mariadb.yml +++ b/roles/services/tasks/mariadb.yml @@ -54,13 +54,13 @@ notify: - reload systemd -#- name: Set MariaDB Cron to /etc/cron.d -# template: -# src: templates/cron_mariadb -# dest: /etc/cron.d/vn -# owner: root -# group: root -# mode: u=rw,g=r,o=r +- name: Set MariaDB Cron to /etc/cron.d + template: + src: templates/cron_mariadb + dest: /etc/cron.d/vn + owner: root + group: root + mode: u=rw,g=r,o=r - name: Add tmpfs in /etc/fstab blockinfile: