Refs #8140: MariaDB Server Deploy - Role WIP

This commit is contained in:
Xavi Lleó 2024-12-11 13:50:50 +01:00
parent 6d8ecfb589
commit f8e3906a5b
1 changed files with 7 additions and 7 deletions

View File

@ -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: