mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-29 12:50:55 +02:00
Cron file must be owned by root
This commit is contained in:
@ -41,3 +41,9 @@
|
|||||||
systemd:
|
systemd:
|
||||||
name: cron
|
name: cron
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
- name: Update permissions for the cron file
|
||||||
|
file:
|
||||||
|
path: /var/www/note_kfet/note.cron
|
||||||
|
owner: root
|
||||||
|
group: www-data
|
||||||
|
Reference in New Issue
Block a user