Cron file must be owned by root
This commit is contained in:
parent
547fbf564b
commit
0b46140771
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue