mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 18:08:21 +02:00
Fix cron
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
git:
|
||||
repo: https://gitlab.crans.org/bde/nk20.git
|
||||
dest: /var/www/note_kfet
|
||||
version: master
|
||||
version: beta
|
||||
force: true
|
||||
|
||||
- name: Use default env vars (should be updated!)
|
||||
@ -37,7 +37,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Reload cron service
|
||||
- name: Restart cron service
|
||||
systemd:
|
||||
name: cron
|
||||
state: reloaded
|
||||
state: restarted
|
||||
|
Reference in New Issue
Block a user