Korrigiere cron-Lauf
This commit is contained in:
parent
308b44e84f
commit
0c28443232
1 changed files with 2 additions and 0 deletions
|
@ -39,5 +39,7 @@
|
||||||
cron_file: "{{ cron_file }}"
|
cron_file: "{{ cron_file }}"
|
||||||
user: "{{ zammad_user }}"
|
user: "{{ zammad_user }}"
|
||||||
name: "Loesche unbenutzte Zammad-Kunden"
|
name: "Loesche unbenutzte Zammad-Kunden"
|
||||||
|
minute: "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: "cd {{ zammad_home }} && RAILS_ENV=production rbenv exec rails r {{ local_scripts_dir }}/zammad-delete-customers.rb"
|
||||||
|
|
Loading…
Reference in a new issue