ansible-role-redmine/templates/redmine_issue_reminder.cron.j2

2 lines
431 B
Django/Jinja

{{ rm_issue_reminder_plugin_freq_min }} {{ rm_issue_reminder_plugin_freq_hour }} * * {{ rm_issue_reminder_plugin_freq_weekday }} {{ redmine_user }} cd {{ redmine_glob_root_dir }}/{{ redmine_inst_dir }} ; bundle exec /usr/local/bin/rake -f {{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/Rakefile --silent RAILS_ENV=production reminder:exec >{{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/log/redmine-issue_reminder.log 2>&1