Manage the infolvement filter plugin (redmine 2.x only)

This commit is contained in:
Andrea Dell'Amico 2018-06-13 18:57:47 +02:00
parent 057295231a
commit a0314a3bdf
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,8 @@ rm_issue_todo_lists_plugin: False
# IMPORTANT: these are mutually exclusive. One of the two needs to be set to True
ruby_use_mod_passenger: True
ruby_use_unicorn: False
# Redmine 2.x only
rm_involvement_plugin: False
# Used by unicorn
unicorn_listen_port: 4000

View File

@ -308,3 +308,9 @@
- Bundle install and reconfigure redmine
tags: [ 'redmine', 'redmine_plugins', 'redmine_plugins_issue_todo_lists' ]
- name: Install the involvement filter plugin
git: repo=https://github.com/commandprompt/redmine_involvement_filter.git dest={{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/plugins/redmine_involvement_filter update=no
when: rm_involvement_plugin
notify:
- Bundle install and reconfigure redmine
tags: [ 'redmine', 'redmine_plugins', 'redmine_plugins_involvement_filter' ]