refs #8142 - Uncomment cron
This commit is contained in:
parent
335dbfa3a4
commit
0d5a6d96ca
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue