mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Update Ansible packages
This commit is contained in:
@ -31,19 +31,7 @@
|
||||
|
||||
- name: Setup cron jobs
|
||||
file:
|
||||
src: /var/www/note_kfet/note.cron
|
||||
src: ../note.cron
|
||||
dest: /etc/cron.d/note
|
||||
state: link
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Restart cron service
|
||||
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
|
||||
|
Reference in New Issue
Block a user