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-0-2
|
||||||
- libyaml-dev
|
- libyaml-dev
|
||||||
- locales
|
- locales
|
||||||
|
- moreutils
|
||||||
- nginx-light
|
- nginx-light
|
||||||
- nodejs
|
- nodejs
|
||||||
- patch
|
- patch
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
minute: "1"
|
minute: "1"
|
||||||
hour: "1"
|
hour: "1"
|
||||||
day: "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"
|
- name: "zammad | Erstelle Alias"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue