1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

Setup crons

This commit is contained in:
Yohann D'ANELLO
2020-08-05 23:19:30 +02:00
parent 33806967c8
commit 6759586ef3
2 changed files with 32 additions and 0 deletions

View File

@ -28,3 +28,16 @@
recurse: yes
owner: www-data
group: www-data
- name: Setup cron jobs
file:
src: /var/www/note_kfet/note.cron
dest: /etc/cron.d/note
state: link
owner: root
group: root
- name: Reload cron service
systemd:
name: cron
state: reloaded