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 command: mount -a
when: fstab.changed when: fstab.changed
# - name: Set MariaDB Cron to /etc/cron.d - name: Set MariaDB Cron to /etc/cron.d
# template: template:
# src: templates/cron_mariadb src: templates/cron_mariadb
# dest: /etc/cron.d/vn dest: /etc/cron.d/vn
# owner: root owner: root
# group: root group: root
# mode: u=rw,g=r,o=r mode: u=rw,g=r,o=r
- name: Insert MySQL certificates - name: Insert MySQL certificates
no_log: true no_log: true