1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-22 23:42:25 +00:00

Cron file must be owned by root

This commit is contained in:
Yohann D'ANELLO 2020-08-06 08:21:05 +02:00
parent 547fbf564b
commit 0b46140771

View File

@ -41,3 +41,9 @@
systemd:
name: cron
state: restarted
- name: Update permissions for the cron file
file:
path: /var/www/note_kfet/note.cron
owner: root
group: www-data