zammad: Führe cron still aus
This commit is contained in:
parent
4063b8306d
commit
d226119686
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
- libyaml-0-2
|
||||
- libyaml-dev
|
||||
- locales
|
||||
- moreutils
|
||||
- nginx-light
|
||||
- nodejs
|
||||
- patch
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
minute: "1"
|
||||
hour: "1"
|
||||
day: "1"
|
||||
job: "cd {{ zammad_home }} && RAILS_ENV=production rbenv exec rails r {{ local_scripts_dir }}/zammad-delete-customers.rb"
|
||||
job: " chronic cd {{ zammad_home }} && RAILS_ENV=production rbenv exec rails r {{ local_scripts_dir }}/zammad-delete-customers.rb"
|
||||
|
||||
- name: "zammad | Erstelle Alias"
|
||||
lineinfile:
|
||||
|
|
Loading…
Reference in a new issue