Setup crons
This commit is contained in:
parent
33806967c8
commit
6759586ef3
2 changed files with 32 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue