refs #8142 - Uncomment cron

This commit is contained in:
Xavi Lleó 2025-01-29 15:57:20 +01:00
parent 335dbfa3a4
commit 0d5a6d96ca
1 changed files with 7 additions and 7 deletions

View File

@ -62,13 +62,13 @@
command: mount -a
when: fstab.changed
# - 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: Insert MySQL certificates
no_log: true