forked from ISTI-ansible-roles/ansible-roles
Manage the infolvement filter plugin (redmine 2.x only)
This commit is contained in:
parent
057295231a
commit
a0314a3bdf
|
@ -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
|
||||
|
|
|
@ -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' ]
|
||||
|
|
Loading…
Reference in New Issue