library/roles/redmine: task that installs the issue_templates plugin.

This commit is contained in:
Andrea Dell'Amico 2016-12-16 16:34:42 +01:00
parent aa78e0881f
commit 876434d51c
2 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,7 @@ rm_mylynconnector_plugin: False
rm_addsubversionlinks_plugin: False
rm_wiki_external_plugin: False
rm_pastebin_plugin: False
rm_issue_templates_plugin: False
#
# IMPORTANT: these are mutually exclusive. One of the two needs to be set to True
ruby_use_mod_passenger: True

View File

@ -294,3 +294,10 @@
- Bundle install and reconfigure redmine
tags: [ 'redmine', 'redmine_plugins', 'redmine_plugins_pastebin' ]
- name: Install the issue_templates plugin
git: repo=https://github.com/akiko-pusu/redmine_issue_templates dest={{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/plugins/redmine_issue_templates update=no
when: rm_issue_templates_plugin
notify:
- Bundle install and reconfigure redmine
tags: [ 'redmine', 'redmine_plugins', 'redmine_plugins_issue_templates' ]